davidradl commented on code in PR #29127:
URL: https://github.com/apache/flink/pull/29127#discussion_r4014722066


##########
flink-filesystems/flink-s3-fs-native/src/main/java/org/apache/flink/fs/s3native/writer/NativeS3ObjectOperations.java:
##########
@@ -89,11 +88,6 @@
  *   <li>SSE-C (customer-provided keys) via a KeyProvider interface
  *   <li>Client-side encryption via an EncryptionHandler interface
  * </ul>
- *
- * <p><b>S3 URI Handling:</b> The {@link #extractKey(Path)} and {@link 
#extractBucketName(Path)}
- * methods expect URIs in the standard {@code s3://bucket/key} format. Other 
formats like path-style
- * ({@code https://s3.amazonaws.com/bucket/key}) or virtual-hosted-style 
({@code
- * https://bucket.s3.amazonaws.com/key}) are not currently supported.

Review Comment:
   Though I guess requireSupportedScheme will catch these



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to