We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using -n (dry run) and --delete-removed it deletes the objects for real.
-n
--delete-removed
Thankfully I had versioning enabled on the bucket so no real data loss occurred. But man, this bug is horrendous.
The text was updated successfully, but these errors were encountered:
Using s4cmd del --dry-run --recursive s3://bucket/path also fails to apply dry-run as the documentation shows it should.
s4cmd del --dry-run --recursive s3://bucket/path
Sorry, something went wrong.
No branches or pull requests
When using
-n
(dry run) and--delete-removed
it deletes the objects for real.Thankfully I had versioning enabled on the bucket so no real data loss occurred. But man, this bug is horrendous.
The text was updated successfully, but these errors were encountered: