forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path1.2.4.json
More file actions
62 lines (62 loc) · 2.22 KB
/
1.2.4.json
File metadata and controls
62 lines (62 loc) · 2.22 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 s3``",
"description": "Fix an issue with the ``s3`` command when using GovCloud regions (boto/botocore#170)",
"type": "bugfix"
},
{
"category": "``aws s3``",
"description": "Fix an issue with the ``s3 ls`` command making an extra query at the root level (issue 439)",
"type": "bugfix"
},
{
"category": "``aws s3``",
"description": "Add detailed error message when unable to decode local filenames during an ``s3 sync`` (issue 378)",
"type": "bugfix"
},
{
"category": "``aws ec2``",
"description": "Support ``-1`` and ``all`` as valid values to the ``--protocol`` argument to ``ec2 authorize-security-group-ingress`` and ``ec2 authorize-security-group-egress`` (issue 460)",
"type": "bugfix"
},
{
"category": "``aws s3``",
"description": "Log the reason why a file is synced when using the ``s3 sync`` command",
"type": "feature"
},
{
"category": "``aws s3``",
"description": "Fix an issue when uploading large files on low bandwidth networks (issue 454)",
"type": "bugfix"
},
{
"category": "Argument Parsing",
"description": "Fix an issue with parsing shorthand boolean argument values (issue 477)",
"type": "bugfix"
},
{
"category": "CloudSearch",
"description": "Fix an issue with the ``cloudsearch`` command missing a required attribute (boto/botocore#175)",
"type": "bugfix"
},
{
"category": "Response Parsing",
"description": "Fix an issue with parsing XML response for ``ec2 describe-instance-attribute`` (boto/botocore#174)",
"type": "bugfix"
},
{
"category": "``aws cloudformation``",
"description": "Update ``cloudformation`` command to support new features for stacks and templates",
"type": "feature"
},
{
"category": "``aws storagegateway``",
"description": "Update ``storagegateway`` command to support a new gateway configuration, Gateway-Virtual Tape Library (Gateway-VTL)",
"type": "feature"
},
{
"category": "``aws elb``",
"description": "Update ``elb`` command to support cross-zone load balancing, which changes the way that Elastic Load Balancing (ELB) routes incoming requests",
"type": "feature"
}
]