gaul / s3proxy

Access other storage backends via the S3 API
Apache License 2.0
1.65k stars 220 forks source link

Multiple Credentials to connect to Multiple backend Buckets/Storage Accounts #626

Open so008mo opened 2 months ago

so008mo commented 2 months ago

Hi,

I have a use case where I want to use multiple backend S3 buckets/Azure Storage Accounts and use different access key credentials while doing so. Can someone point me to a configuration where i can configure multiple credentials for kubernetes deployment via environment variables?

gaul commented 2 months ago

Does the bucket locator middleware address your use case? @timuralp

so008mo commented 2 months ago

@gaul The bucket locater middleware looks like supports for different backend using the same credentials. My use case is to use the same backend which has multiple buckets but credentials to access them remains different. cc @timuralp