s3fs
s3fs copied to clipboard
setinfo does not set modification time
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.