-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from rameel/cleanup
Prepare for Preview Release
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Ramstack.FileSystem.Amazon | ||
|
||
Provides an implementation of `Ramstack.FileSystem` using Amazon S3 storage. | ||
|
||
## Getting Started | ||
|
||
To install the `Ramstack.FileSystem.Amazon` [NuGet package](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon) | ||
in your project, run the following command: | ||
```console | ||
dotnet add package Ramstack.FileSystem.Amazon | ||
``` | ||
## Supported versions | ||
|
||
| | Version | | ||
|------|---------| | ||
| .NET | 6, 7, 8 | | ||
|
||
## Contributions | ||
|
||
Bug reports and contributions are welcome. | ||
|
||
## License | ||
|
||
This package is released as open source under the **MIT License**. | ||
See the [LICENSE](https://github.com/rameel/ramstack.virtualfiles/blob/main/LICENSE) file for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters