@@ -262,10 +262,11 @@ public URL getUrl(GetUrlRequest getUrlRequest) {
262262 /**
263263 * Returns a parsed {@link S3Uri} with which a user can easily retrieve the bucket, key, region, style, and query
264264 * parameters of the URI. Only path-style and virtual-hosted-style URI parsing is supported, including CLI-style
265- * URIs, e.g., "s3://bucket/key". AccessPoints and Outposts URI parsing is not supported. If you work with object keys
266- * and/or query parameters with special characters, they must be URL-encoded, e.g., replace " " with "%20". If you work with
267- * virtual-hosted-style URIs with bucket names that contain a dot, i.e., ".", the dot must not be URL-encoded. Encoded
268- * buckets, keys, and query parameters will be returned decoded.
265+ * URIs, e.g., "s3://bucket/key". AccessPoints and Outposts URI parsing, or parsing of endpoint modifiers such as FIPS or
266+ * dualstack is not supported. If you work with object keys and/or query parameters with special characters, they must be
267+ * URL-encoded, e.g., replace " " with "%20".
268+ * If you work with virtual-hosted-style URIs with bucket names that contain a dot, i.e., ".", the dot must not be
269+ * URL-encoded. Encoded buckets, keys, and query parameters will be returned decoded.
269270 *
270271 * <p>
271272 * For more information on path-style and virtual-hosted-style URIs, see <a href=
0 commit comments