Skip to content

Commit 4c9ac94

Browse files
authored
Modify javadoc to document limitation (#6533)
1 parent ef242e0 commit 4c9ac94

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

services/s3/src/main/java/software/amazon/awssdk/services/s3/S3Utilities.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)