Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(app): add Directory Mode for clearing Directory Buckets for S3 Express One Zone #189

Merged
merged 30 commits into from
Aug 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comments
  • Loading branch information
go-to-k committed Aug 4, 2024
commit 31d844f7748a06cff647f406156619d999140ff6
2 changes: 2 additions & 0 deletions testdata/deploy_directory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ mkdir -p ${dir}

# about 1000,000 objects on the directory buckets for S3 Express One Zone
## NOTE: It'll cost you $2.5 (S3 Express One Zone: 0.0025USD USD / 1000 PUT)
## TODO: errors often occur when uploading files to S3 Express One Zone (Retrying fixes it, but it happens again with another file.)
### upload failed: testfiles/test-goto-01/1_864_21587.txt to s3://test-goto-01--use1-az4--x-s3/1_864_21587.txt An error occurred (400) when calling the PutObject operation: Bad Request
for i in $(seq 1 1000); do
touch ${dir}/${i}_{1..1000}_${RANDOM}.txt

Expand Down
Loading