Object Storage

Object Storage is a globally-available, Amazon S3-compatible method for storing and accessing data. Object Storage differs from traditional hierarchical data storage, such as a traditional filesystem on a physical/virtual disk and Block Storage volumes. Under Object Storage, files (also called objects) are stored in flat data structures (referred to as buckets) alongside their own rich metadata.

Due to the nature of Object Storage, it does not require the use of a Linode. Instead, Object Storage gives each object a unique URL with which you can access the data. An object can be publicly accessible, or you can set it to be private and only visible to you. This makes Object Storage great for sharing and storing unstructured data like images, documents, archives, streaming media assets, and file backups, and the amount of data you store can range from small collections of files up to massive libraries of information.

Features

Amazon S3-compatible

Akamai Object Storage is an Amazon S3-compatible storage solution that supports the use of SDKs, open source projects, and other services built on the Amazon S3 API.

Global footprint and scale

Akamai Object Storage is available in more than 20 regions globally supporting applications storing petabytes (PB) of content, 100s of thousands of requests per second (RPS), and 100s of Gbps of throughput.

Strong read-after-write consistency

Strong read-after-write consistency for PUT and DELETE operations on objects ensures data is predictable and minimizes application complexity. With a successful write of a new object or update of an existing object, any subsequent read will receive the latest version and a listing of the objects in a bucket will accurately reflect the changes.

Endpoint types

An endpoint type defines the performance and limits when working with content stored on that endpoint. All endpoints have an assigned type of E0, E1, E2, or E3.

In any region that has more than one endpoint type we recommend using the endpoint with the highest performance and scale. For example, in Seattle, please choose the E3 endpoint over the E1 endpoint for all new content to gain the performance and scale benefits of the E3 endpoint.

The Object Storage product limits topic in this guide provides the performance and limits and for each endpoint type.

Endpoint typeDescription
Standard endpoints
E3E3 endpoints offer the highest performance and highest capacity and scale. E3 endpoints should be used whenever possible.
E2E2 endpoints are offered in a subset of regions that do not yet have the scale and performance of E3 endpoints.
E1E1 endpoints offer higher limits than the Legacy E0 offering.
Legacy endpoint
E0E0 endpoints include the four original Object Storage regions in Atlanta, Frankfurt, Newark, and Singapore. These endpoints have lower limits than all other endpoint types.

There are no plans to increase limits for E0 endpoints. All new content should be stored on the highest endpoint available in each region. For example, in Singapore and Frankfurt, please choose the E2 and E3 endpoints over the E0 endpoint to gain the performance and scale benefits of the newer high-performance endpoints.

Product support and limits

For detailed information about the limits associated with buckets and each endpoint type review the Product support and limits page.

Developer resources