aws-sdk-java icon indicating copy to clipboard operation
aws-sdk-java copied to clipboard

Update listObjects javadocs

Open jdoldis opened this issue 4 years ago • 0 comments

Description of changes: The current documentation for listObjects(String bucketName, String prefix) is confusing as it explains how to tune delimiter, even though delimiter cannot be used in the method (to specify it listObjects(ListObjectsRequest listObjectsRequest) needs to be used). This PR removes this information.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

jdoldis avatar Aug 17 '21 20:08 jdoldis