Skip to content

Commit

Permalink
SNOW-1561613: Log GCS digest
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dprzybysz committed Jul 31, 2024
1 parent adfe755 commit 43ac8f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1280,6 +1280,7 @@ private AbstractMap.SimpleEntry<String, String> parseEncryptionData(
@Override
public void addDigestMetadata(StorageObjectMetadata meta, String digest) {
if (!SnowflakeUtil.isBlank(digest)) {
System.out.println("Setting digest to '" + digest + "'");
meta.addUserMetadata("sfc-digest", digest);
}
}
Expand Down

0 comments on commit 43ac8f0

Please sign in to comment.