You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Hi All, new here so I hope this is the proper forum to ask a question.
My company is using the Net::Amazon::S3 module and I'm trying to simplify the way we interact with AWS and use Roles instead of applying policies to IAM Users. So I'd like my developers to be able to "assume" a role in their code.
My question is - Does Net::Amazon::S3 support where you can "assume" a role before making the S3 call. I see where there is a use_iam_role that can be set to "true" but I'm not understanding what that means. In other words "how" does one assume the role?