forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.2.6.json
More file actions
47 lines (47 loc) · 1.92 KB
/
1.2.6.json
File metadata and controls
47 lines (47 loc) · 1.92 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
[
{
"category": "Endpoints",
"description": "Allow ``--endpoint-url`` to work with the ``aws s3`` command (`issue 469 <https://github.com/aws/aws-cli/pull/469>`__)",
"type": "bugfix"
},
{
"category": "``aws cloudtrail``",
"description": "Fix issue with ``aws cloudtrail [create|update]-subscription`` not honoring the ``--profile`` argument (`issue 494 <https://github.com/aws/aws-cli/issues/494>`__)",
"type": "bugfix"
},
{
"category": "``aws ec2``",
"description": "Fix issue with ``--associate-public-ip-address`` when a ``--subnet-id`` is provided (`issue 501 <https://github.com/aws/aws-cli/issues/501>`__)",
"type": "bugfix"
},
{
"category": "Argument Parsing",
"description": "Don't require key names for structures of single scalar values (`issue 484 <https://github.com/aws/aws-cli/issues/484>`__)",
"type": "bugfix"
},
{
"category": "``aws s3``",
"description": "Fix issue with symlinks silently failing during ``s3 sync/cp`` (`issue 425 <https://github.com/aws/aws-cli/issues/425>`__ and `issue 487 <https://github.com/aws/aws-cli/issues/487>`__)",
"type": "bugfix"
},
{
"category": "Configuration",
"description": "Add a ``aws configure list`` command to show where the configuration values are sourced from (`issue 513 <https://github.com/aws/aws-cli/pull/513>`__)",
"type": "feature"
},
{
"category": "``aws cloudwatch``",
"description": "Update ``cloudwatch`` command to use Signature Version 4",
"type": "feature"
},
{
"category": "``aws ec2``",
"description": "Update ``ec2`` command to support enhanced network capabilities and pagination controls for ``describe-instances`` and ``describe-tags``",
"type": "feature"
},
{
"category": "``aws rds``",
"description": "Add support in ``rds`` command for copying DB snapshots from one AWS region to another",
"type": "feature"
}
]