Closed Cricle closed 5 months ago
You can contribute support if you want.
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)
Implemented in this PR - https://github.com/robinrodricks/FluentStorage/pull/63
Will it support minio later?