| Constructor and Description |
|---|
S3ObjectAttributes(String key,
String bucketName,
String redirectLocation,
boolean requesterCharged,
ObjectMetadataParameterGroup delegate) |
| Modifier and Type | Method and Description |
|---|---|
ObjectMetadataParameterGroup |
ObjectOperations.getObjectMetadata(S3Configuration config,
S3Connection connection,
String bucketName,
String key,
String versionId)
Gets only the object metadata stored in Amazon S3 under the specified bucket and key.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ObjectMetadataParameterGroup |
ObjectMetadataParser.from(com.amazonaws.services.s3.model.ObjectMetadata input) |
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.s3.model.ObjectMetadata |
ObjectMetadataParser.to(ObjectMetadataParameterGroup input) |
| Modifier and Type | Method and Description |
|---|---|
ObjectMetadataParameterGroup |
ObjectService.getObjectMetadata(VersionedObjectIdentifier objectId) |
ObjectMetadataParameterGroup |
ObjectServiceImpl.getObjectMetadata(VersionedObjectIdentifier objectId) |
| Modifier and Type | Method and Description |
|---|---|
ObjectResult |
ObjectService.createObject(ObjectIdentifier objectId,
InputStream objectContent,
ObjectMetadataParameterGroup objectMetadata,
CannedAccessControlList acl,
String kmsMasterKey) |
ObjectResult |
ObjectServiceImpl.createObject(ObjectIdentifier objectId,
InputStream objectContent,
ObjectMetadataParameterGroup objectMetadata,
CannedAccessControlList acl,
String kmsMasterKey) |
String |
UploadService.initiateMultipartUpload(ObjectIdentifier objectId,
ObjectMetadataParameterGroup objectMetadata,
CannedAccessControlList acl,
String redirectLocation) |
String |
UploadServiceImpl.initiateMultipartUpload(ObjectIdentifier objectId,
ObjectMetadataParameterGroup objectMetadata,
CannedAccessControlList acl,
String redirectLocation) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.