|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.s3.S3
public class S3
Utilities for using S3.
| Constructor Summary | |
|---|---|
S3()
|
|
| Method Summary | |
|---|---|
static org.jclouds.collect.PagedIterable<ObjectMetadata> |
listBucket(S3Client s3Client,
String bucket,
ListBucketOptions options)
List all objects in a bucket, in a way that manages pagination, based on the criteria in the ListBucketOptions passed in. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S3()
| Method Detail |
|---|
public static org.jclouds.collect.PagedIterable<ObjectMetadata> listBucket(S3Client s3Client,
String bucket,
ListBucketOptions options)
ListBucketOptions passed in.
ex.
continueAfterEachPage = listBucket(s3Client, bucket, options).concat();
s3Client - the S3Client to use for the requestsbucket - the bucket to listoptions - the ListBucketOptions describing the listBucket requests
PagedIterable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||