Exists() should not consider 403 errors as non-existence of the object · Issue #145 · goamz/goamz · GitHub
More Web Proxy on the site http://driver.im/
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
Currently the Exists() method considers 403 errors as non-existence of the object: https://github.com/goamz/goamz/blob/master/s3/s3.go#L295-L298. This has caused some issues for us because AWS had some issues in S3 and they were returning 403s for objects that actually existed.
The text was updated successfully, but these errors were encountered:
Currently the
Exists()
method considers 403 errors as non-existence of the object: https://github.com/goamz/goamz/blob/master/s3/s3.go#L295-L298. This has caused some issues for us because AWS had some issues in S3 and they were returning 403s for objects that actually existed.The text was updated successfully, but these errors were encountered: