-
-
Notifications
You must be signed in to change notification settings - Fork 356
DeleteObjects #56
Comments
@pola88 I'm having exactly the same problem (with the same setup)...did you have any luck figuring out a solution? |
Hi @sgerace , I forked the branch and I added my function for that. If you want, you can take a look at https://github.com/pola88/fake-s3 Let me know if you see something wrong with what I did. |
@pola88 Ahh, nice, maybe I'll have to throw that into my fork; I kept running into Permission Denied issues when trying to delete a bucket even after deleting all the objects (I just converted my code to call deleteObject individually). I think there was a file handler being left open in get_object (see #61). |
@pola88 Any reason you did not send that as a PR? |
Hi @jd , no, I thought that I did. |
Unable to delete bucket.Showing Internal Server Error |
Is somebody going to merge related PRs? |
Hi everyone,
I have a problem to remove all objects for one bucket.
I'm using aws-sdk-js for nodejs and I call 'deleteObjects' to remove them but I am not getting any error from fake-s3 and the objects are not deleted.
What am I missing?
Maybe this helps, I see the following on the fake-s3 log:
Thanks in advance,
PoLa.
The text was updated successfully, but these errors were encountered: