COPY'> GET'> HEAD'> PUT'> POST'> DELETE'> ]>
Storage object services Creates, updates, gets details for, and deletes objects. Gets and updates object metadata. An object represents the data and metadata for the files stored in the system. Through the REST interface, you can include metadata for an object by adding custom HTTP headers to the request and the data payload as the request body. Objects cannot exceed 5 GB and must have names that do not exceed 1024 bytes after URL encoding. However, you can segment a large object into 5 GB segments and upload the segments. Then, you can download the segments as a single concatenated object. You can use HTTP requests to work with the segments and manifests directly.