Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 631 Bytes

File metadata and controls

15 lines (12 loc) · 631 Bytes

Creating S3 Buckets lab

  • Buckets are a universal namespace not region specific
  • Uploading via curl/postman etc will see a 200 return code upon successful upload
  • S3, S3 - IA, S3 Reduced Redundancy Storage, different storage options with differing costs.
  • Offers both client side and server side encryption server side options:
  • SSE-S3 Amazon managed keys
  • KMS - SSE-KMS
  • Custom provided keys - SSE-C
  • Access control to bucket provided by ACL(access control list) or using Bucket Policies
  • Buckets and the objects they contain are defaulted to private and need to be made public as needed.

S3 Bucket Versioning