mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated AWS CLI with SeaweedFS (markdown)
parent
dcf776cfb8
commit
c88d88c8fd
|
@ -37,6 +37,10 @@ make_bucket: newbucket3
|
|||
$ aws --endpoint-url http://localhost:8333 s3 cp /etc/passwd s3://newbucket3
|
||||
upload: ../../../../../etc/passwd to s3://newbucket3/passwd
|
||||
|
||||
# copy an object
|
||||
$ aws --endpoint-url http://localhost:8333 s3 cp s3://newbucket3/passwd s3://newbucket3/passwd.txt
|
||||
copy: s3://newbucket3/passwd to s3://newbucket3/passwd.txt
|
||||
|
||||
# remove an object
|
||||
$ aws --endpoint-url http://localhost:8333 s3 rm s3://newbucket3/passd
|
||||
delete: s3://newbucket3/passd
|
||||
|
|
Loading…
Reference in a new issue