forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.3.7.json
More file actions
32 lines (32 loc) · 1.34 KB
/
1.3.7.json
File metadata and controls
32 lines (32 loc) · 1.34 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
[
{
"category": "Output Format",
"description": "Fix issue with encoding errors when using text and table output and redirecting to a pipe or file (`issue 742 <https://github.com/aws/aws-cli/issues/742>`__)",
"type": "bugfix"
},
{
"category": "``aws s3``",
"description": "Fix issue with sync re-uploading certain files (`issue 749 <https://github.com/aws/aws-cli/issues/749>`__)",
"type": "bugfix"
},
{
"category": "Text Output",
"description": "Fix issue with inconsistent text output based on order (`issue 751 <https://github.com/aws/aws-cli/issues/751>`__)",
"type": "bugfix"
},
{
"category": "``aws datapipeline``",
"description": "Fix issue for aggregating keys into a list when calling ``aws datapipeline get-pipeline-definition`` (`issue 750 <https://github.com/aws/aws-cli/pull/750>`__)",
"type": "bugfix"
},
{
"category": "``aws s3``",
"description": "Fix issue when running out of disk space during ``aws s3`` transfers (`issue 739 <https://github.com/aws/aws-cli/issues/739>`__)",
"type": "bugfix"
},
{
"category": "``aws s3 sync``",
"description": "Add ``--size-only`` param to the ``aws s3 sync`` command (`issue 472 <https://github.com/aws/aws-cli/issues/473>`__, `issue 719 <https://github.com/aws/aws-cli/pull/719>`__)",
"type": "feature"
}
]