How to connect AWS S3 Bucket using AWS Security Token Service (STS)?

Hello Experts,

I have a requirement to access AWS S3 bucket using “AWS Security Token Service (STS)“ as authentication method.

Was referring to Amazon S3 but could not figure it out.

Could you please suggest/guide me on this?

Rclone version : v1.69.0 (I can upgrade to latest)

I have Rclone running in Kubernetes pod in EKS, and that pod is attached to our aws account IAM.
So I am able to access our account S3 bucket with env_auth=true.

Now I need to access our customer account s3 bucket with AWS Security Token Service (STS).
Can I do this Rclone?

Thanks

Mahendra

not sure what you need?

i wrote a python script that connects to STS to create a temporary client_id, client_secret and a session token feed all that to rclone.


should do that. no value in debugging an old version of rclone.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.