You are on page 1of 1

S3 ADVANCED FEATURES

- Bucket names must be GLOBALLY unique

- the minimum size of a file that is allowed to put within a S3 bucket is 0 kb,
basically an empty file

- it's possible to put lifecyle management by tags and apply those tags to whatever
file you want to

PREFIXERS AND DELIMETERS


- work like folders

STORED CLASSES
- different mechanism to save you object within S3
- Amazon S3 standard is the most expensive, glacier is the less
- Infrequest Access and Reduced Redundancy Storage

ENCRYPTION
- Server-Side Encryption
- Encryption happens AFTER the file gets to the server
- storage security

- Client-side encryption
- encryption take place BEFORE the upload

VERSIONING

- by default, it's not enabled


- maintain different versions of the object

Multi factor auth (MFA) delete

MULTI PART UPLOAD

- upload a large file in multiple streams that are reassembled at the server
side

RANGE GETs

- gets an information from one point to another point in a large file

CROSS REGION REPLICATION

- replication ONLY new files to the receiver bucket. Files that are common in
both are not replicated

LOGGING

- log every activity performed against S3 objects and may notify the
administrators

You might also like