You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
Hi guys, thanks so much for writing this awesome library. Unfortunately, I have not been able to get the deleteFile working in the same action creator as uploadFile (which works immaculately). Every time I try to invoke deleteFile the API call just stalls, and I am not sure why. Thanks,
The text was updated successfully, but these errors were encountered:
I also experienced this problem. It ends up that I can't delete the photo and it shows Forbidden error though the image URL is viewable in web and existing in s3 bucket.
I'm encountering the same issue. I believe this is due to a misspelling of the API address for the request in the ReactS3.js file. The deleteFile function has the line ".s3-${config.region}.amazonaws.com , but the dash should be replaced by a dot: ".s3.${config.region}.amazonaws.com" per the API instruction: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys, thanks so much for writing this awesome library. Unfortunately, I have not been able to get the deleteFile working in the same action creator as uploadFile (which works immaculately). Every time I try to invoke deleteFile the API call just stalls, and I am not sure why. Thanks,
The text was updated successfully, but these errors were encountered: