diff --git a/AWS Amazon Bucket S3/README.md b/AWS Amazon Bucket S3/README.md index c151aa6..ac02c0b 100644 --- a/AWS Amazon Bucket S3/README.md +++ b/AWS Amazon Bucket S3/README.md @@ -29,6 +29,13 @@ http://[bucket_name].s3.amazonaws.com/ http://flaws.cloud.s3.amazonaws.com/ ``` +Their names are also listed if the listing is enabled. + +```xml + +adobe-REDACTED-REDACTED-REDACTED +``` + ## Basic test - Listing the files ```bash @@ -50,6 +57,11 @@ Non-authoritative answer: ## Move a file into the bucket +```bash +aws s3 cp local.txt s3://some-bucket/remote.txt --acl authenticated-read +aws s3 cp login.html s3://$bucketName --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers +``` + ```bash aws s3 mv test.txt s3://hackerone.marketing FAIL : "move failed: ./test.txt to s3://hackerone.marketing/test.txt A client error (AccessDenied) occurred when calling the PutObject operation: Access Denied."