s3fs icon indicating copy to clipboard operation
s3fs copied to clipboard

remove obj.load in getinfo

Open poudro opened this issue 4 years ago • 1 comments

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

poudro avatar May 20 '20 14:05 poudro

I think this PR should be closed as this is intended s3fs behavior as I explained here

shadiakiki1986 avatar Jul 29 '21 09:07 shadiakiki1986