aws-sdk-java
aws-sdk-java copied to clipboard
Update listObjects javadocs
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.