diff --git a/AWS-CLI-with-SeaweedFS.md b/AWS-CLI-with-SeaweedFS.md index cc831f9..fe7c912 100644 --- a/AWS-CLI-with-SeaweedFS.md +++ b/AWS-CLI-with-SeaweedFS.md @@ -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