Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.iterable |
Modifier and Type | Method and Description |
---|---|
static S3Objects |
S3Objects.inBucket(AmazonS3 s3,
String bucketName)
Constructs an iterable that covers all the objects in an Amazon S3
bucket.
|
S3Objects |
S3Objects.withBatchSize(int batchSize)
Sets the batch size, i.e., how many
S3ObjectSummary s will be
fetched at once. |
static S3Objects |
S3Objects.withPrefix(AmazonS3 s3,
String bucketName,
String prefix)
Constructs an iterable that covers the objects in an Amazon S3 bucket
where the key begins with the given prefix.
|
Copyright © 2024. All rights reserved.