public interface ObjectApi
Storage Object Services An object represents the data and any metadata for the files stored in
the system. Through the ReST interface, metadata for an object can be included by adding custom
HTTP headers to the request and the data payload as the request body. Objects cannot exceed 5GB
and must have names that do not exceed 1024 bytes after URL encoding. However, objects larger
than 5GB can be segmented and then concatenated together so that you can upload 5 GB segments and
download a single concatenated object. You can work with the segments and manifests directly with
HTTP requests.
- Author:
- Adrian Cole
- See Also:
ObjectAsyncApi
,
api doc