gaul / s3proxy

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

S3Proxy configuration with aws-s3 provider #504

Open seshukumar-adiraju opened 1 year ago

seshukumar-adiraju commented 1 year ago

want to use s3proxy on a ec2 node with IAm Assume role

Have configured this in s3proxy.conf jclouds.provider=aws-s3 s3proxy.authorization=aws-iam s3proxy.iam-role-arn=

But I'm getting an error saying it needs jclouds-identity

Using 2.0.0 version of s3proxy.

In Assume role I cannot provide identity and secret.

How should i get this working.

alifirat commented 1 year ago

Hi @seshukumar-adiraju If you look to the code, you cannot set s3proxy.authorization to aws-iam.

alifirat commented 1 year ago

To me, if you set the proxy authorization to none, it should work because the proxy will bypass the authorization part and if your machine has the correct IAM configuration it should worked.