ObjectResult |
ObjectService.copyObject(VersionedObjectIdentifier sourceObjectId,
ObjectIdentifier destinationObjectId,
CannedAccessControlList destinationAcl,
StorageClass destinationStorageClass,
Map<String,String> destinationUserMetadata,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince,
String encryption,
String contentType) |
ObjectResult |
ObjectServiceImpl.copyObject(VersionedObjectIdentifier sourceObjectId,
ObjectIdentifier destinationObjectId,
CannedAccessControlList destinationAcl,
StorageClass destinationStorageClass,
Map<String,String> destinationUserMetadata,
LocalDateTime modifiedSince,
LocalDateTime unmodifiedSince,
String encryption,
String contentType) |
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 |
ObjectService.createObjectPresignedUri(ObjectIdentifier objectId,
LocalDateTime expiration,
String contentMd5,
String contentType,
HttpMethod method,
SSEAlgorithm sseS3Encryption) |
String |
ObjectServiceImpl.createObjectPresignedUri(ObjectIdentifier objectId,
LocalDateTime expiration,
String contentMd5,
String contentType,
HttpMethod method,
SSEAlgorithm sseS3Encryption) |
String |
UploadService.initiateMultipartUpload(ObjectIdentifier objectId,
ObjectMetadataParameterGroup objectMetadata,
CannedAccessControlList acl,
String redirectLocation) |
String |
UploadServiceImpl.initiateMultipartUpload(ObjectIdentifier objectId,
ObjectMetadataParameterGroup objectMetadata,
CannedAccessControlList acl,
String redirectLocation) |
void |
ObjectService.setObjectStorageClass(ObjectIdentifier objectId,
StorageClass storageClass) |
void |
ObjectServiceImpl.setObjectStorageClass(ObjectIdentifier objectId,
StorageClass storageClass) |