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-bucketcommand for listing the contents of a specified bucket. #28 - The
list-users,list-bucketsandlist-bucketcommand all default to outputting an indented JSON array - previously the outputted indented JSON objects separated by newlines. The--nloption can be used to return newline-delimited single line JSON objects. The new--csvand--tsvoptions can be used to return CSV or TSV output. #48