1 Answer
- Newest
- Most votes
- Most comments
0
AWS S3 Access Grant gives you temporary access through CLI for S3: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants.html
Here is the FAQ that provides more information: https://aws.amazon.com/s3/faqs/#:~:text=Analyzer%20documentation.-,S3%20Access%20Grants,-Q%3A%C2%A0What%20are
answered 6 months ago
Relevant content
- asked 2 years ago
- Accepted Answerasked 10 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 9 days ago
Thanks - I didn't know about Access Grant! Unfortuantely I don't think it quite works for us as many of the staff accessing these files will be non-technical, so at that point we'd have to proxy the files through a lambda/website (at which point we might as well just do the authentication there).