lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

GS walker incorrectly uses MD5 instead of ETag for Google Storage objects

Open guy-har opened this issue 6 months ago • 0 comments

Problem

The Google Storage walker uses MD5 field to identify objects, but some GS objects don't have MD5 values - specifically files created via compose operations.

Orignial comment

          LGTM beside a small comment, we need to fix the Walker implementation to list md5 and etag.

Originally posted by @nopcoder in https://github.com/treeverse/lakeFS/pull/9041#pullrequestreview-2832835876

guy-har avatar May 12 '25 11:05 guy-har