Amazon Simple Storage Service (S3)
(Redirected from Amazon S3)
Jump to navigation
Jump to search
wikipedia:Amazon S3 (2006) or Amazon Simple Storage Service a service offered by Amazon Web Services (AWS) since 2006 that provides Object Storage through a web service interface or CLI.
Contents
Commands[edit]
See also: AWS Command Line Tool (CLI)
Encryption[edit]
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)
Related terms[edit]
- Amazon EBS
- Amazon EFS
- CloudBerry Explorer for Amazon S3
- Transmit 5
- Cyberduck
- s3fs-fuse
See also[edit]
- AWS: EC2, RDS, S3, EBS, AWS Cloud Practitioner, AWS Cloudtrail, AWS Elasticsearch, EKS, AWS Cognito, AWS Lambda, AWS Outposts, AWS Timeline, AWS Lightsail, Amazon detective, AWS CLI, AWS Free tier, EMR, AWS App Mesh
- Minio open source Object Storage implementation
- IBM Cloud