Are transfers of files into S3 made using the AWS PHP SDK secure against eavesdropping attacks by default, and if not, what do I need to do in order to make them so?
1条回答 默认 最新
- dqde43215 2017-10-23 21:23关注
The default scheme for all services connected to by the SDK is HTTPS (see http://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/configuration.html#scheme) so yes, any communication is secure against eavesdropping by default.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报