0.9
See Weeknotes: s3-credentials prefix and Datasette 0.60 for extra background on these new features.
- New
--prefix myprefix/
option tos3-credentials create
, which configures the credentials to only allow access to keys within the S3 bucket that start with the provided prefix. #12 s3-credentials policy --prefix myprefix/
command for generating and outputting a JSON policy that is restricted to the specified prefix. You can see examples in the README.- New
list-bucket
command for listing the contents of a specified bucket. #28 - The
list-users
,list-buckets
andlist-bucket
command all default to outputting an indented JSON array - previously the outputted indented JSON objects separated by newlines. The--nl
option can be used to return newline-delimited single line JSON objects. The new--csv
and--tsv
options can be used to return CSV or TSV output. #48