s3proxy icon indicating copy to clipboard operation
s3proxy copied to clipboard

S3Proxy configuration with aws-s3 provider

Open seshukumar-adiraju opened this issue 1 year ago • 2 comments

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=<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.

seshukumar-adiraju avatar Mar 04 '23 19:03 seshukumar-adiraju

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

alifirat avatar May 10 '23 15:05 alifirat

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.

alifirat avatar May 25 '23 21:05 alifirat