Skip to content

S3FileSystem.checksum() returns different values if file is moved to a new bucket #941

Open
@gdzelinka

Description

@gdzelinka

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions