...
For details about headers, see SCSP Headers and SCSP COPY.
After Use the COPY request to replace all object metadata in the storage domain and include the adoptive tenant's name after retrieving all custom metadata name/value pairs (denoted as {mdName#} and {mdValue#}) from the HEAD request, use the COPY request to replace all the storage domain object's metadata and include the adoptive tenant's name:
Code Block |
---|
COPY /?domain={domain}&replicate=immediate x-tenant-meta-name: {tenant} {mdName1}: {mdValue1} {mdName2}: {mdValue2} ... |
...