Skip to content

Commit 620b353

Browse files
committed
Update example verbiage
1 parent 28af7f9 commit 620b353

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

awscli/examples/cloudformation/_package_description.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ current working directory. The exception is ``AWS::ApiGateway::RestApi``;
4949
if you don't specify a ``BodyS3Location``, this command will not upload an artifact to S3.
5050

5151
Before 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

0 commit comments

Comments
 (0)