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

Exclude S3Object by Default #380

Open
ekristen opened this issue Oct 14, 2024 · 3 comments
Open

Exclude S3Object by Default #380

ekristen opened this issue Oct 14, 2024 · 3 comments

Comments

@ekristen
Copy link
Owner

The next major version of this tool will exclude S3Object by default.

S3Bucket will EMPTY a bucket using a batch delete automatically, whereas S3Object creates a resource entry for each object.

You do not want this 99% of the time.

@bdellegrazie
Copy link
Contributor

Just as a counterpoint to the use-case above, we do have some buckets that store data where we want some of the bucket objects kept and the rest removed.

As long as this is still possible, our use case is satisfied.

@ekristen
Copy link
Owner Author

When it happens, it will just have to be included explicitly but it'll still work as expected. There will be docs and it'll only happen on a major release

@bdellegrazie
Copy link
Contributor

@ekristen perfect, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants