Open
Description
The value of S3FileSystem.checksum() changes when a file is moved to a new location even if the file is not modified.
I have a file at s3://path/file
I copy that file to s3://path/a/file
The values of S3FileSystem.checksum('s3://path/file) and S3FileSystem.checksum('s3://path/a/file') are different when they should be the same.
Metadata
Metadata
Assignees
Labels
No labels