I use this aws js api to delete objects
s3.deleteObjects(params, function(err, data) {}
and it perfectly deletes .jpeg files but it never deletes .mp4 file
we have to delete mp4 files too. I think this is huge bug in r2
I use this aws js api to delete objects
s3.deleteObjects(params, function(err, data) {}
and it perfectly deletes .jpeg files but it never deletes .mp4 file
we have to delete mp4 files too. I think this is huge bug in r2
Can you provide more info? Why can’t it delete it? Do you get an error? What is the error if so?
If you don’t get an error, what output do you get? Does it succeed?
This topic was automatically closed after 15 days. New replies are no longer allowed.