You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Amazon Comprehend now supports extracting the sentiment associated with entities such as brands, products and services from text documents.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.22.71
6
+
=======
7
+
8
+
* api-change:``comprehend``: Amazon Comprehend now supports extracting the sentiment associated with entities such as brands, products and services from text documents.
Copy file name to clipboardExpand all lines: awscli/topics/s3-faq.rst
+2-21Lines changed: 2 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Below are common questions regarding the use of Amazon S3 in the AWS CLI.
13
13
Q: Does the AWS CLI validate checksums?
14
14
---------------------------------------
15
15
16
-
The AWS CLI will perform checksum validation for uploading and downloading
17
-
files in specific scenarios.
16
+
The AWS CLI will perform checksum validation for uploading files in
17
+
specific scenarios.
18
18
19
19
Upload
20
20
~~~~~~
@@ -42,22 +42,3 @@ the high level ``aws s3`` commands that perform uploads
42
42
commands including ``aws s3api put-object`` and ``aws s3api upload-part``.
43
43
44
44
If you want to verify the integrity of an object during upload, see `How can I check the integrity of an object uploaded to Amazon S3? <https://aws.amazon.com/premiumsupport/knowledge-center/data-integrity-s3/>`_ in the *AWS Knowledge Center*.
45
-
46
-
Download
47
-
~~~~~~~~
48
-
49
-
The AWS CLI will attempt to verify the checksum of downloads when possible,
50
-
based on the ``ETag`` header returned from a ``GetObject`` request that's
51
-
performed whenever the AWS CLI downloads objects from S3. If the calculated
52
-
MD5 checksum does not match the expected checksum, the file is deleted
53
-
and the download is retried. This process is retried up to 3 times.
54
-
If a downloads fails, the AWS CLI will exit with a non zero RC.
55
-
See ``aws help return-codes`` for more information.
56
-
57
-
There are several conditions where the CLI is *not* able to verify
58
-
checksums on downloads:
59
-
60
-
* If the object was uploaded via multipart uploads
61
-
* If the object was uploaded using server side encryption with KMS
62
-
* If the object was uploaded using a customer provided encryption key
63
-
* If the object is downloaded using range ``GetObject`` requests
0 commit comments