Difference between revisions of "Amazon Simple Storage Service (S3)"

From wikieduonline
Jump to navigation Jump to search
(Created page with "Amazon S3 or Amazon Simple Storage Service a service offered by Amazon Web Services (AWS) that provides Object Storage through a web service interface or CLI. == Commands...")
 
Line 2: Line 2:
  
 
== Commands ==
 
== Commands ==
See also: [[Cloud computing/Amazon Web Services/AWS Command Line Tool (CLI)]]
+
See also: [[AWS Command Line Tool (CLI)]]
 
* <code>aws s3 cp</code><ref>https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html</ref>
 
* <code>aws s3 cp</code><ref>https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html</ref>
 
* <code>aws s3 sync</code>
 
* <code>aws s3 sync</code>
Line 19: Line 19:
 
**Server Side Encryption with Customer Provided Keys (SSE-C)
 
**Server Side Encryption with Customer Provided Keys (SSE-C)
 
* Client Side Encryption (user encypts data on their local machine and then upload to AWS S3)
 
* Client Side Encryption (user encypts data on their local machine and then upload to AWS S3)
 
 
  
 
== See also ==
 
== See also ==

Revision as of 16:41, 5 January 2020

Amazon S3 or Amazon Simple Storage Service a service offered by Amazon Web Services (AWS) that provides Object Storage through a web service interface or CLI.

Commands

See also: AWS Command Line Tool (CLI)

  • aws s3 cp[1]
  • aws s3 sync
  • aws s3 rm



Encryption

Encryption is supported in AWS S3 (default Advanced Encryption Standard (AES) 256bit)

  • In transit (SSL/TLS)
  • At Rest:
    • Server Side Encryption (SSE):
    • S3 Managed Keys (SSE-S3; 256bit);
    • AWS Key Management Service, Managed Keys (SSE-KMS)
    • Server Side Encryption with Customer Provided Keys (SSE-C)
  • Client Side Encryption (user encypts data on their local machine and then upload to AWS S3)

See also

  • https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html
  • Advertising: