07. S3 (Part Three)

ND9991 C02 L05 A03.3 S3

S3 bucket

  • Choose a DNS compliant name for the S3 bucket.

Command line arguments

aws s3 ls <link to S3 bucket>

This line above lists files in the S3 bucket.

aws s3 cp <file name> <link to S3 bucket>  

This line above copies a file from your local machine to the S3 bucket.

Versioning

  • You can keep past versions of your S3 bucket, which means that deleted files will still exist in prior versions of your S3 bucket.

S3 Storage

Can I have my application write directly to S3?

SOLUTION: No