Skip to content
Author: Tianle Yuan

S3⚓︎

What and For?

S3 is an object-based storage system.

You can use API to access the object's S3 bucket (container) storage. Below are the characteristics of the storage service:

picture 1

The basic structure of S3 bucket:

picture 32

To reach the objects in the bucket using the URL:

picture 2

To reach the bucket using the URL:

picture 3

Different types of S3 storage classes:

picture 4

If you want to transfer one object from one S3 class into the other class, you should follow the following hierarchy:

picture 5

References:⚓︎


Last update: December 6, 2022 19:56:40
Created: November 15, 2022 21:41:28

Comments