aws s3api

Create and delete Amazon S3 buckets and edit bucket properties.

=> More information.

aws s3api create-bucket --bucket {bucket_name}
aws s3api delete-bucket --bucket {bucket_name}
aws s3api list-buckets
aws s3api list-objects --bucket {bucket_name} --query '{Contents[].{Key: Key, Size: Size}}'
aws s3api put-object --bucket {bucket_name} --key {object_key} --body {path/to/file}
aws s3api get-object --bucket {bucket_name} --key {object_key} {path/to/output_file}
aws s3api put-bucket-policy --bucket {bucket_name} --policy file://{path/to/bucket_policy.json}
aws s3api get-bucket-policy --bucket {bucket_name} --query Policy --output {json|table|text|yaml|yaml-stream} > {path/to/bucket_policy}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

=> CC-BY

Proxy Information
Original URL
gemini://freeshell.de/tldr/aws-s3api.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
105.126189 milliseconds
Gemini-to-HTML Time
0.314381 milliseconds

This content has been proxied by September (ba2dc).