FluentStorage icon indicating copy to clipboard operation
FluentStorage copied to clipboard

Fix for issue #21 - serviceURl in connection string

Open NickHarmer opened this issue 3 months ago • 0 comments

Fixes

Issue #21 - what about MinIO?

Description

Adds support for specifying a serviceUrl parameter in the Aws.S3 connection string. Sanity check included to ensure region and serviceUrl are not specified together. New KnownParameter enum created for serviceUrl

Additional check added in AwsS3BlobStorage.cs to prevent an intermittent exception when querying S3 metadata

NickHarmer avatar Mar 14 '24 17:03 NickHarmer