ebyhr commented on code in PR #12264: URL: https://github.com/apache/iceberg/pull/12264#discussion_r1961489124
########## aws/src/test/java/org/apache/iceberg/aws/s3/MinioUtil.java: ########## @@ -29,15 +29,18 @@ import software.amazon.awssdk.services.s3.S3ClientBuilder; public class MinioUtil { + public static final String LATEST_TAG = "latest"; + // This version doesn't support strong integrity checks + static final String LEGACY_TAG = "RELEASE.2024-12-18T13-15-44Z"; Review Comment: @nastra We intentionally specified 2024-12 here. Using a newer tag hides the actual problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org