mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated AWS CLI with SeaweedFS (markdown)
parent
adf4399ecb
commit
c7c0c64765
|
@ -42,8 +42,8 @@ $ aws --endpoint-url http://localhost:8333 s3 cp s3://newbucket3/passwd s3://new
|
|||
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
|
||||
$ aws --endpoint-url http://localhost:8333 s3 rm s3://newbucket3/passwd
|
||||
delete: s3://newbucket3/passwd
|
||||
|
||||
# remove a bucket
|
||||
$ aws --endpoint-url http://localhost:8333 s3 rb s3://newbucket3
|
||||
|
|
Loading…
Reference in a new issue