forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.6.3.json
More file actions
62 lines (62 loc) · 2.84 KB
/
1.6.3.json
File metadata and controls
62 lines (62 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"category": "``aws redshift``",
"description": "Add support for integration with KMS",
"type": "feature"
},
{
"category": "``aws cloudtrail create-subscription``",
"description": "Set a bucket config location constraint on buckets created outside of us-east-1. (`issue 1013 <https://github.com/aws/aws-cli/pull/1013>`__)",
"type": "bugfix"
},
{
"category": "``aws deploy push``",
"description": "Fix s3 multipart uploads",
"type": "bugfix"
},
{
"category": "``aws s3 ls``",
"description": "Fix return codes for non existing objects (`issue 1008 <https://github.com/aws/aws-cli/pull/1008>`__)",
"type": "bugfix"
},
{
"category": "Retrying Signed Requests",
"description": "Fix issue where requests using Signature Version 4 signed with temporary credentials were not being retried properly, resulting in auth errors (`botocore issue 379 <https://github.com/boto/botocore/pull/379>`__)",
"type": "bugfix"
},
{
"category": "``aws s3api get-bucket-location``",
"description": "Fix issue where getting the bucket location for a bucket in eu-central-1 required specifying ``--region eu-central-1`` (`botocore issue 380 <https://github.com/boto/botocore/pull/380>`__)",
"type": "bugfix"
},
{
"category": "Timestamp Input",
"description": "Fix regression where timestamps without any timezone information were not being handled properly (`issue 982 <https://github.com/aws/aws-cli/issues/982>`__)",
"type": "bugfix"
},
{
"category": "Signature Version 4",
"description": "You can enable Signature Version 4 for Amazon S3 commands by running ``aws configure set default.s3.signature_version s3v4`` (`issue 1006 <https://github.com/aws/aws-cli/issues/1006>`__, `botocore issue 382 <https://github.com/boto/botocore/pull/382>`__)",
"type": "bugfix"
},
{
"category": "``aws emr``",
"description": "Fix issue where ``--ssh``, ``--get``, ``--put`` would not work when the cluster was in a waiting state (`issue 1007 <https://github.com/aws/aws-cli/issues/1007>`__)",
"type": "bugfix"
},
{
"category": "Binary File Input",
"description": "Add support for reading file contents as binary by prepending the filename with ``fileb://`` (`issue 1010 <https://github.com/aws/aws-cli/pull/1010>`__)",
"type": "feature"
},
{
"category": "Streaming Output File",
"description": "Fix issue when streaming a response to a file and an error response is returned (`issue 1012 <https://github.com/aws/aws-cli/pull/1012>`__)",
"type": "bugfix"
},
{
"category": "Binary Output",
"description": "Fix regression where binary output was no longer being base64 encoded (`issue 1001 <https://github.com/aws/aws-cli/pull/1001>`__, `issue 970 <https://github.com/aws/aws-cli/pull/970>`__)",
"type": "bugfix"
}
]