From 3459468e1867ec7f166a5824e78a2f85e4d28553 Mon Sep 17 00:00:00 2001 From: Pratikkumar Mohite Date: Mon, 21 Oct 2024 19:13:35 +0530 Subject: [PATCH] fixed typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e774c24..cf7808d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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. \ No newline at end of file +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.