Discuss this help topic in SecureBlackbox Forum
Copies data object.
Declaration
Parameters
- DestBucketName - name of the bucket where the object should be copied to
- DestKey - a unique identifier of the destination object
- NewHandler - security handler used to perform the operation
- Condition - condition under which the object will be copied
- DateTime - object's modification date and time
- ETag - object's entity tag
- Metadata - contains metadata of the object
- PreserveMetadata - specifies whether to preserve object's metadata
- StorageClass - ...
Values
Return value
Instance of
TElAWSS3DataStorageObject class which contains a copy of object.
Description
Use this method to copy objects from one data bucket into another.
Discuss this help topic in SecureBlackbox Forum