s3-credentials icon indicating copy to clipboard operation
s3-credentials copied to clipboard

A tool for creating credentials for accessing S3 buckets

Results 22 s3-credentials issues
Sort by recently updated
recently updated
newest added

This came up here: - https://github.com/simonw/public-notes/issues/9#issuecomment-1328567164 It turned out `django-storages` nees a write policy that includes `s3:PutObjectAcl`: https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#iam-policy ```json { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action":...

enhancement

Mainly for if you run `s3-credentials create mybucket --create-bucket` but forget to add `--public` and want to add that later.

enhancement