| Package | Description |
|---|---|
| com.adobe.testing.s3mock.domain |
| Modifier and Type | Method and Description |
|---|---|
CopyObjectResult |
FileStore.copyS3Object(String sourceBucketName,
String sourceObjectName,
String destinationBucketName,
String destinationObjectName)
Copies an object, identified by bucket and name, to a another bucket and objectName.
|
CopyObjectResult |
FileStore.copyS3ObjectEncrypted(String sourceBucketName,
String sourceObjectName,
String destinationBucketName,
String destinationObjectName,
String encryption,
String kmsKeyId)
Copies an object to another bucket and encrypted object.
|
Copyright © 2019 Adobe. All rights reserved.