Module: Aliyun::OSS::MetaDirective
- Defined in:
- lib/aliyun/oss/struct.rb
Overview
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
Constant Summary collapse
- COPY =
"COPY"
- REPLACE =
"REPLACE"