Package org.tomitribe.jaws.s3
Annotation Type Marker
-
@Target(METHOD) @Retention(RUNTIME) public @interface MarkerSets the prefix field of the ListObjectsRequest used to query S3. The marker indicates where in the bucket to begin listing. The list will only include keys that occur lexicographically after the marker. This enables pagination; to get the next page of results use the current value fromObjectListing.getNextMarker()as the marker for the next request to list objects.- See Also:
ListObjectsRequest
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-