CS651 | Web Systems
  • outline
  • projects
  • syllabus
  • links

Amazon S3

 

.....AWS persistance storage (not database--simple storage)

....use for files, other data, even saving of EC2 instances

 

S3 Namespace

 

How to access objects in S3


EXAMPE: Bucket: grewe-images, key: jpg1, object: a jpg image --> accessible by https://grewe-images.s3.amazonaws.com/jpg1

 

 

Mapping your subdomain to S3.

  • media.yourdomain.com --> media.yourdomain.com.s3.amazonaws.com/

 

cs651:web systems

  • home
  • outline
  • projects
  • syllabus
  • links