| Modifier and Type | Method and Description |
|---|---|
static CannedAccessControlList |
CannedAccessControlList.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CannedAccessControlList[] |
CannedAccessControlList.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectResult |
ObjectOperations.copyObject(S3Configuration config,
S3Connection connection,
String sourceBucketName,
String sourceKey,
String sourceVersionId,
String destinationBucketName,
String destinationKey,
CannedAccessControlList destinationAcl,
StorageClass destinationStorageClass,
Map<String,String> destinationUserMetadata,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince,
String encryption,
String contentType)
Copies a source object to a new destination; to copy an object, the caller's account must have read access to the source object and write access to the destination bucket.
|
ObjectResult |
ObjectOperations.createObject(S3Configuration config,
S3Connection connection,
String bucketName,
String key,
InputStream objectContent,
ObjectMetadataParameterGroup objectMetadata,
CannedAccessControlList acl,
String kmsMasterKey)
Uploads an object to S3.
|
String |
UploadOperations.initiateMultipartUpload(S3Configuration config,
S3Connection connection,
String bucketName,
String key,
ObjectMetadataParameterGroup objectMetadata,
CannedAccessControlList acl,
String redirectLocation)
Initiates a multipart upload and returns an upload ID.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket |
BucketOperations.createBucket(S3Configuration config,
S3Connection connection,
String bucketName,
String region,
CannedAccessControlList acl)
Creates a new bucket; connector must not be configured as anonymous for this operation to succeed.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket |
BucketService.createBucket(String bucketName,
String region,
CannedAccessControlList acl) |
Bucket |
BucketServiceImpl.createBucket(String bucketName,
String region,
CannedAccessControlList acl) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.