Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikkumar-mohite authored Oct 21, 2024
1 parent 0e103a7 commit 3459468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This project is a Go application designed to delete AWS S3 buckets. It retrieve

1. Clone the repository:
```sh
git clone https://github.com/pratikkumar-mohite/s2-cleanup.git
git clone https://github.com/pratikkumar-mohite/s3-cleanup.git
```
2. Navigate to the project directory:
```sh
Expand Down Expand Up @@ -45,7 +45,7 @@ There is an alternative to test the application with actual AWS S3 bucket with s
3. Create dummy files
```sh
dd if=/dev/urandom of=test/files/file1.txt count=100 bs=1M
dd if=/dev/urandom of=test/files/file2.txt count=100 bs=1M
dd if=/dev/urandom of=test/files/file2.txt count=100 bs=1M
```
4. Export AWS_UPLOAD_TEST_FILES
```sh
Expand Down Expand Up @@ -78,4 +78,4 @@ This will upload `file1.txt` and `file2.txt` to S3 bucket and then perform S3 ob

## Contributing

Contributions are greatly appreciated. We actively manage the issues list, and try to highlight issues suitable for newcomers. The project follows the typical GitHub pull request model. Before starting any work, please either comment on an existing issue, or file a new one.
Contributions are greatly appreciated. We actively manage the issues list, and try to highlight issues suitable for newcomers. The project follows the typical GitHub pull request model. Before starting any work, please either comment on an existing issue, or file a new one.

0 comments on commit 3459468

Please sign in to comment.