targetKeyPrefix property

String? targetKeyPrefix
final

Specifies the folder prefix into which you would like the objects to be copied. For example, to copy objects into a folder named "Folder1" in the destination bucket, set the TargetKeyPrefix to "Folder1/".

Implementation

final String? targetKeyPrefix;