Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Dec 4, 2023
1 parent 535f381 commit bb75cd3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/test_helper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,22 @@ python3 test_helper.py clean
+ `pre-existing-10MB`
+ `pre-existing-1MB`
+ `pre-existing-empty`

* Create `<BUCKET_NAME>-public` in us-west-2
* Upload files:
+ `pre-existing-1MB` 1MB file with public read access.

* Create directory bucket `<BUCKET_NAME>--usw2-az1--x-s3` in us-west-2
* Upload files:
+ `pre-existing-10MB` 10MB file.

* Create directory bucket `<BUCKET_NAME>--use1-az4--x-s3` in us-east-1
* Upload files:
+ `pre-existing-10MB` 10MB file.

### `clean` action

* Delete the `<BUCKET_NAME>` and `<BUCKET_NAME>-public` and every object inside them
* Delete the buckets create by init action and every object inside them.

## BUCKET_NAME

Expand Down

0 comments on commit bb75cd3

Please sign in to comment.