wendigo commented on code in PR #12264: URL: https://github.com/apache/iceberg/pull/12264#discussion_r1961358048
########## 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 it does, but it won't still work with some other S3-compatible storages like Vast, Dell ECS, so upgrading Minio to compatible version doesn't solve the issue -- 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