forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.7.1.json
More file actions
17 lines (17 loc) · 759 Bytes
/
1.7.1.json
File metadata and controls
17 lines (17 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{
"category": "``aws s3 cp``",
"description": "Fix issue with parts of a file being downloaded more than once when streaming to stdout (`issue 1087 <https://github.com/aws/aws-cli/pull/1087>`__)",
"type": "bugfix"
},
{
"category": "``--no-sign-request``",
"description": "Fix issue where requests were still trying to be signed even though user used the ``--no-sign-request`` flag. (`botocore issue 433 <https://github.com/boto/botocore/pull/433>`__)",
"type": "bugfix"
},
{
"category": "``aws cloudsearchdomain search``",
"description": "Fix invalid signatures when using the ``aws cloudsearchdomain search`` command (`issue 976 <https://github.com/aws/aws-cli/issues/976>`__)",
"type": "bugfix"
}
]