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
readme
  • Loading branch information
go-to-k committed Aug 4, 2024
commit b5a039e6a0bafe2769a63d939f18902b1073c649
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ Then you select bucket names in the UI.

You can use cls3 in GitHub Actions Workflow.

The "quiet" allows you to hive live display of number of deletions (**default: true in GitHub Actions ONLY**).
The `quiet` allows you to hive live display of number of deletions (**default: true in GitHub Actions ONLY**).

Basically, you do not need to specify a "region" parameter, since you can delete buckets across regions. However,
Basically, you do not need to specify a `region` parameter, since you can delete buckets across regions. However,
in Directory Buckets mode (`directory-buckets-mode`) for S3 Express One Zone, the region must be specified. This mode cannot
be used across regions.

Expand Down
Loading