forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.2.11.json
More file actions
37 lines (37 loc) · 1.58 KB
/
1.2.11.json
File metadata and controls
37 lines (37 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
[
{
"category": "``aws s3``",
"description": "Add support for the ``--recursive`` option in the ``aws s3 ls`` command (`issue 465 <https://github.com/aws/aws-cli/issues/465`)",
"type": "feature"
},
{
"category": "Config",
"description": "Add support for the ``AWS_CA_BUNDLE`` environment variable so that users can specify an alternate path to a cert bundle (`issue 586 <https://github.com/aws/aws-cli/pull/586>`__)",
"type": "feature"
},
{
"category": "Configuration",
"description": "Add ``metadata_service_timeout`` and ``metadata_service_num_attempts`` config parameters to control behavior when retrieving credentials using an IAM role (`issue 597 <https://github.com/aws/aws-cli/pull/597>`__)",
"type": "feature"
},
{
"category": "``aws s3``",
"description": "Retry intermittent ``aws s3`` download failures including socket timeouts and content length mismatches (`issue 594 <https://github.com/aws/aws-cli/pull/594>`__)",
"type": "bugfix"
},
{
"category": "``aws s3api``",
"description": "Fix response parsing of ``aws s3api get-bucket-location`` (`issue 345 <https://github.com/aws/aws-cli/issues/345>`__)",
"type": "bugfix"
},
{
"category": "``aws elastictranscoder``",
"description": "Fix response parsing of the ``aws elastictranscoder`` command (`issue 207 <https://github.com/boto/botocore/pull/207>`__)",
"type": "bugfix"
},
{
"category": "``aws elasticache``",
"description": "Update ``aws elasticache`` command to not require certain parameters",
"type": "feature"
}
]