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
The current implementation of fs_s3fs.S3FS.setinfo() just a call to self.getinfo() (presumably to validate the path name).
However, if the call to setinfo() was due to trying to set the modification time as per fs.base.FS.settimes(), then the result appears to be no change to the modification time.
Perhaps until modification-time updates are correctly set by s3fs, it should raise NotImplementedError in this case for now.
The text was updated successfully, but these errors were encountered:
The current implementation of
fs_s3fs.S3FS.setinfo()
just a call toself.getinfo()
(presumably to validate the path name).However, if the call to
setinfo()
was due to trying to set the modification time as perfs.base.FS.settimes()
, then the result appears to be no change to the modification time.Perhaps until modification-time updates are correctly set by
s3fs
, it should raiseNotImplementedError
in this case for now.The text was updated successfully, but these errors were encountered: