s3path
s3path copied to clipboard
AccessDenied on ListObjectVersions when opening a file
After upgrading from 0.6.1 to 0.6.2 I'm getting the following error:
ClientError: An error occurred (AccessDenied) when calling the ListObjectVersions operation: None
originating from this .exists() check when I open an S3 object.
I have permissions to open successfully but not to perform the existence check.
Hi @maresb
This is related to fixing issue #192 It's a good question what is the better approach
If I'll change the file exists validation with the stat method will it solve the permission issue?