File tree Expand file tree Collapse file tree
awscli/examples/cloudformation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ current working directory. The exception is ``AWS::ApiGateway::RestApi``;
4949if you don't specify a ``BodyS3Location ``, this command will not upload an artifact to S3.
5050
5151Before the command uploads artifacts, it checks if the artifacts are already
52- present in the S3 bucket to prevent unnecessary uploads. The command uses MD5
53- checksums to compare files. If the values match, the command doesn't upload the
54- artifacts. Use the `` --force- upload flag `` to skip this check and always upload the
55- artifacts .
52+ present in the S3 bucket to prevent unnecessary uploads. If the values match, the
53+ command doesn't upload the artifacts. Use the `` --force-upload flag `` to skip this
54+ check and always upload the artifacts. The command uses MD5 checksums to compare
55+ files by default. If MD5 is not available in the environment, a SHA256 checksum is used .
5656
You can’t perform that action at this time.
0 commit comments