module AliyunSDK::OSS::MetaDirective
A OSS
object may carry some metas(String
key-value pairs) with it. MetaDirective
specifies what to do with the metas in the copy process.
-
COPY: metas are copied from the source object to the dest object
-
REPLACE: source object’s metas are NOT copied, use user provided metas for the dest object
Constants
- COPY
- REPLACE