Package | Description |
---|---|
org.mule.module.s3 | |
org.mule.module.s3.model | |
org.mule.module.s3.util |
Modifier and Type | Method and Description |
---|---|
S3ObjectMetadata |
S3Connector.getObjectMetadata(String bucketName,
String key,
String versionId)
Gets the metadata for the specified Amazon S3 object without actually fetching the object itself.
|
Modifier and Type | Method and Description |
---|---|
String |
S3Connector.initiateMultipartUpload(String bucketName,
String key,
S3ObjectMetadata objectMetadata,
CannedAccessControlList acl,
StorageClass storageClass,
String redirectLocation)
Initiates a multipart upload and returns an upload ID.
|
Modifier and Type | Method and Description |
---|---|
S3ObjectMetadata |
S3Object.getObjectMetadata()
Gets the metadata stored by Amazon S3 for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
S3Object.setObjectMetadata(S3ObjectMetadata metadata)
Sets the object metadata for this object.
|
Modifier and Type | Method and Description |
---|---|
static S3ObjectMetadata |
S3ModelFactory.wrapS3ObjectMetadata(com.amazonaws.services.s3.model.ObjectMetadata objectMetadata) |
Modifier and Type | Method and Description |
---|---|
static com.amazonaws.services.s3.model.ObjectMetadata |
S3ModelFactory.wrapObjectMetaData(S3ObjectMetadata objectMetadata) |
Copyright © 2010–2021. All rights reserved.