|
||
Use Walrus storage
Examples:
Make bucket
s3cmd -c s3cfg.walrus mb s3://BUCKET
Remove bucket
s3cmd -c s3cfg.walrus rb s3://BUCKET
List objects or buckets
s3cmd -c s3cfg.walrus ls [s3://BUCKET[/PREFIX]]
List all object in all buckets
s3cmd -c s3cfg.walrus la
Put file into bucket
s3cmd -c s3cfg.walrus put FILE [FILE...] s3://BUCKET[/PREFIX]
Get file from bucket
s3cmd -c s3cfg.walrus get s3://BUCKET/OBJECT LOCAL_FILE
Delete file from bucket
s3cmd -c s3cfg.walrus del s3://BUCKET/OBJECT
Synchronize a directory tree to S3
s3cmd -c s3cfg.walrus sync LOCAL_DIR s3://BUCKET[/PREFIX] or s3://BUCKET[/PREFIX] LOCAL_DIR
Disk usage by buckets
s3cmd -c s3cfg.walrus du [s3://BUCKET[/PREFIX]]
Get various information about Buckets or Objects
s3cmd -c s3cfg.walrus info s3://BUCKET[/OBJECT]
See program homepage for more information at http://s3tools.logix.cz or use s3cmd -h more options.
Note1: You may use also use s3curl, CloudBerry S3 Explorer and s3fs. Note2: s3cmd can be installed on your computer or on you VM Sources |
||
|