robinrodricks / FluentStorage

A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
MIT License
291 stars 40 forks source link

Set PutBucket request optional #11

Open Atlantixs opened 1 year ago

Atlantixs commented 1 year ago

Hi,

We have a Problem with the AwsS3BlobStorage. We have a read-only S3-Bucket. After creating a BlobStorage from our ConnectionString we get an Access Denied Exception cause of the PutBucketRequest in the GetClientAsync method from AwsS3BlobStorage. Would it be possible to set the PutBucketRequest optional?

This issue was already requested in Storage.NET (Issue) and a pull request (PullRequest)

robinrodricks commented 1 year ago

Ok let me check this.