2022-12-02 16:51:04 +00:00
|
|
|
---
|
|
|
|
tags: [AWS]
|
|
|
|
---
|
|
|
|
|
|
|
|
# S3
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
You can think of S3 as an external mounted harddrive for storing raw binary data
|
|
|
|
(images, soundfiles, documents etc).
|
2022-12-03 19:30:04 +00:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
Your use of the S3 service is divided up into **buckets**. Buckets contain files
|
|
|
|
and resources. These are just resource names in an online container, the data
|
|
|
|
doesn't have any structure beyond that.
|
2022-12-02 16:51:04 +00:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
The primary use of S3 is to store resources that an application needs and/or to
|
|
|
|
facilitate the uploading and downloading of resources to and from an
|
|
|
|
application.
|
2022-12-02 16:51:04 +00:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
You can set access and authentication conditions for buckets, making the data
|
|
|
|
public or restricted.
|