Prefix to filter objects in the source. Only objects whose keys start with this prefix will be transferred.
During transfer, the resulting object key in the destination is computed
by removing source.prefix from the original key and then prepending destination.prefix (if provided).
Important: This transformation may result in an empty object key or one that exceeds allowed length limits.
Use prefixes that guarantee valid resulting object keys for your objects after transformation.
Prefix to filter objects in the source. Only objects whose keys start with this prefix will be transferred. During transfer, the resulting object key in the destination is computed by removing source.prefix from the original key and then prepending destination.prefix (if provided). Important: This transformation may result in an empty object key or one that exceeds allowed length limits. Use prefixes that guarantee valid resulting object keys for your objects after transformation.