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

Improve clearAndDelete command #32

Open
inigomarquinez opened this issue Jan 18, 2022 · 0 comments
Open

Improve clearAndDelete command #32

inigomarquinez opened this issue Jan 18, 2022 · 0 comments

Comments

@inigomarquinez
Copy link
Member

Right now clearAndDelete command calls to listObjectsV2 to list all the objects and remove them.

However, this could be a very long list, so in order to fix this command, we need to do an iterative process by listing all the objects until the bucket is empty, before removing it.

@inigomarquinez inigomarquinez added this to To do in Systemic AWS S3 via automation Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant