s3proxy
s3proxy copied to clipboard
S3Proxy configuration with aws-s3 provider
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.
Hi @seshukumar-adiraju
If you look to the code, you cannot set s3proxy.authorization
to aws-iam
.
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.