stubz151 commented on code in PR #11021: URL: https://github.com/apache/iceberg/pull/11021#discussion_r1740931594
########## aws/src/integration/java/org/apache/iceberg/aws/AwsIntegTestUtil.java: ########## @@ -127,6 +129,39 @@ public static void cleanS3Bucket(S3Client s3, String bucketName, String prefix) } } + public static void cleanS3ExpressBucket(S3Client s3, String bucketName, String prefix) { + // For S3 express we just need to delete the objects not the versions. Review Comment: I couldn't find anything on abourtUploadsUnderPath() but I might be missing something? Are we sure that this exists in Iceberg? -- 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