如何为 Amazon S3 存储桶配置 SSL
我使用 Amazon S3 存储桶通过我的 .NET 应用程序上传和下载数据.现在我的问题是:我想使用 SSL 访问我的 S3 存储桶.是否可以为 Amazon s3 存储桶实施 SSL?
I am using an Amazon S3 bucket for uploading and downloading of data using my .NET application. Now my question is: I want to access my S3 bucket using SSL. Is it possible to implement SSL for an Amazon s3 bucket?
您可以像这样通过 SSL 访问您的文件:
You can access your files via SSL like this:
https://s3.amazonaws.com/bucket_name/images/logo.gif
如果您为存储桶使用自定义域,则可以将 S3 和 CloudFront 与您自己的 SSL 证书一起使用(或通过 Amazon Certificate Manager 生成一个免费证书):http://aws.amazon.com/cloudfront/custom-ssl-domains/
If you use a custom domain for your bucket, you can use S3 and CloudFront together with your own SSL certificate (or generate a free one via Amazon Certificate Manager): http://aws.amazon.com/cloudfront/custom-ssl-domains/