You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension supports any generic S3 endpoint. It does not provide any input validation as it is unknown what the generic endpoint would support.
4
+
If the endpoint you want to use is a close match to AmazonS3, then use SimpleS3.AmazonS3 instead.
5
+
6
+
To use it, add a reference to [Genbox.SimpleS3.Extensions.GenericS3](https://www.nuget.org/packages/Genbox.SimpleS3.Extensions.GenericS3)
7
+
8
+
### Using Microsoft.Extensions.DependencyInjection
9
+
10
+
If you are using [Microsoft's dependency injection](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/) (recommended), then you can use it like so:
0 commit comments