【发布时间】:2019-07-19 03:22:20
【问题描述】:
来自here 我看到了语法:
sam package \
--template-file /path_to_template/template.yaml \
--s3-bucket bucket-name \
--s3-prefix appname/branchname/version
--output-template-file packaged-template.yaml
或
aws cloudformation package \
--template-file /path_to_template/template.yaml \
--s3-bucket bucket-name \
--s3-prefix appname/branchname/version
--output-template-file packaged-template.yaml
但 s3 策略强制客户端提及服务器端加密算法 AES256。
aws s3 cp file s3://some-bucket --sse AES256
sam package 加密工件的语法是什么?
【问题讨论】:
标签: amazon-web-services aws-cli aws-sam-cli aws-sam