FluentStorage icon indicating copy to clipboard operation
FluentStorage copied to clipboard

What about minio?

Open Cricle opened this issue 2 years ago • 2 comments

Will it support minio later?

Cricle avatar May 09 '23 23:05 Cricle

You can contribute support if you want.

robinrodricks avatar May 28 '23 09:05 robinrodricks

Possibly a little bit late to the conversation here, but the AWS Blob implementation does take an optional serviceUrl parameter (the region parameter should not be provided or should be explicitly null when this is used), and this allows the AWSS3BlobStorage to communicate with S3 Compatible storage such as Minio.

The functionality for this is provided by the Amazon AWS SDK, specifically the AmazonS3Config (base calls ClientConfig)

dammitjanet avatar Sep 22 '23 13:09 dammitjanet

Implemented in this PR - https://github.com/robinrodricks/FluentStorage/pull/63

robinrodricks avatar May 14 '24 11:05 robinrodricks

Released.

https://www.nuget.org/packages/FluentStorage.AWS/5.3.0

robinrodricks avatar May 14 '24 13:05 robinrodricks

Documented.

https://github.com/robinrodricks/FluentStorage/wiki/AWS-S3-Storage

robinrodricks avatar May 14 '24 13:05 robinrodricks