Updated AWS CLI with SeaweedFS (markdown)

Chris Lu 2020-06-28 13:56:22 -07:00
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