s3fs
s3fs copied to clipboard
remove obj.load in getinfo
fixes #70
By removing check to client.head_object
in getinfo
we were able to recover expected behavior where
- open works when file exists
- open fails with
fs.errors.ResourceNotFound
if file does not exist/is not accessible
I think this PR should be closed as this is intended s3fs
behavior as I explained here