Open anderskitson opened 7 years ago
I run the following command after uploading a image successfully and it returns true however it does not delete the image from Amazon s3 I have seen this issue a couple times but none of them had a answer, wondering if this has been fixed.
This is the function I run
S3.delete(delete_url, function(e,r) { console.log(e); console.log(r); console.log(delete_url); });
UPDATE: I just read it only accepts certain regions I have chosen "ca-central-1" as my region could this be why delete isn't working but upload is?
Having the same issue on the ca-central-1 region. Is this going to be fixed or it's best to migrate to the NPM package?
I run the following command after uploading a image successfully and it returns true however it does not delete the image from Amazon s3 I have seen this issue a couple times but none of them had a answer, wondering if this has been fixed.
This is the function I run
UPDATE: I just read it only accepts certain regions I have chosen "ca-central-1" as my region could this be why delete isn't working but upload is?