This section provides general information about SCSP APPEND that applies to both named and unnamed objects.
...
replicate | Protects rapid updates | Important: Objects can be updated at a maximum frequency of once per second. Updating more frequently can cause unpredictable results with the stored object version. Include the |
---|---|---|
newname | Renames object | To rename a named object within the same bucket, use the newname query argument, which provides a new name with the update request (PUT, COPY, APPEND). After renaming an object, requests for the original name return a 404 Not Found and the prior search metadata is removed. (Note the |
preserve | Updates custom headers | APPEND only saves the existing headers, but the |
replace | Replaces custom headers | APPEND only saves the existing headers, but the |
...