forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.3.1.json
More file actions
42 lines (42 loc) · 1.58 KB
/
1.3.1.json
File metadata and controls
42 lines (42 loc) · 1.58 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
[
{
"category": "Parameters",
"description": "Fix issue parsing with CLI parameters of type ``long`` (`issue 693 <https://github.com/aws/aws-cli/pull/693/files>`__)",
"type": "bugfix"
},
{
"category": "Pagination",
"description": "Fix issue where ``--max-items`` in pagination was always assumed to be an integer (`issue 689 <https://github.com/aws/aws-cli/pull/689>`__)",
"type": "bugfix"
},
{
"category": "``aws elb``",
"description": "Add support for AccessLog",
"type": "feature"
},
{
"category": "Bundled Installer",
"description": "Allow creation of bundled installer with ``pip 1.5`` (`issue 691 <https://github.com/aws/aws-cli/issues/691>`__)",
"type": "bugfix"
},
{
"category": "``aws s3``",
"description": "Fix issue when copying objects using ``aws s3 cp`` with key names containing ``+`` characters (`issue #614 <https://github.com/aws/aws-cli/issues/614>`__)",
"type": "bugfix"
},
{
"category": "``ec2 create-snapshot``",
"description": "Remove ``Tags`` key from output response (`issue 247 <https://github.com/boto/botocore/pull/247>`__)",
"type": "bugfix"
},
{
"category": "``aws s3``",
"description": "``aws s3`` commands should not be requiring regions (`issue 681 <https://github.com/aws/aws-cli/issues/681>`__)",
"type": "bugfix"
},
{
"category": "``CLI Arguments``",
"description": "Fix issue where unicode command line arguments were not being handled correctly (`issue 679 <https://github.com/aws/aws-cli/pull/679>`__)",
"type": "bugfix"
}
]