s3credentials

Oct 20, 2023

https://github.com/simonw/s3-credentials

tool from Simon Willison for creating appropriate s3 bucket credentials

A tool for creating credentials for accessing S3 buckets

For project background, see s3-credentials: a tool for creating credentials for S3 buckets on my blog.

Why would you need this? If you want to read and write to an S3 bucket from an automated script somewhere, you'll need an access key and secret key to authenticate your calls. This tool helps you create those with the most restrictive permissions possible.

↑ up