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

Add support for DeleteObjects #271

Open
iamed2 opened this issue Oct 11, 2022 · 0 comments
Open

Add support for DeleteObjects #271

iamed2 opened this issue Oct 11, 2022 · 0 comments

Comments

@iamed2
Copy link
Member

iamed2 commented Oct 11, 2022

Right now there is no support for deleting multiple objects at once using a single request (the DeleteObjects API) without manually writing XML (see https://github.com/JuliaCloud/AWS.jl#limitations).

One possible action would be to implement support for translating the Delete structure to XML in AWS.jl, like boto3 does.

Another easier action would be to write XML generation in this package and present a wrapper function for DeleteObjects (this issue). The function could accept an iterator of object keys and delete them 1000 at a time, and maybe have recursive or glob delete functionality.

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

No branches or pull requests

1 participant