NAME¶
txAWS - txAWS S3 helper commands
SYNOPSIS¶
command [options]
txaws-create-bucket
txaws-delete-bucket
txaws-delete-object
txaws-discover
txaws-get-bucket
txaws-get-object
txaws-head-object
txaws-list-buckets
txaws-put-object
OPTIONS¶
- --version
- show program's version number and exit
- -h, --help
- show this help message and exit
- -a ACCESS_KEY,
--access-key=ACCESS_KEY
- access key ID
- -s SECRET_KEY,
--secret-key=SECRET_KEY
- access secret key
- -r REGION, --region=REGION
- US or EU (valid for AWS only)
- -U URL, --url=URL
- service URL/endpoint
- -b BUCKET, --bucket=BUCKET
- name of the bucket
- -o OBJECT_NAME,
--object-name=OBJECT_NAME
- name of the object
- -d OBJECT_DATA,
--object-data=OBJECT_DATA
- content data of the object
- --object-file=OBJECT_FILENAME
- the path to the file that will be saved as an object; if
provided, the --object-name and --object-data options are
not necessary
- -c CONTENT_TYPE,
--content-type=CONTENT_TYPE
- content type of the object