Boto 3 - 0.0.14
Added 4
- Add upload_file and download_file methods to S3 clients that transparently handle parallel multipart transfers
- Add support for Amazon Machine Learning
- Add support for Amazon Workspaces
- Add DBSnapshotCompleted support to Amazon RDS waiters
Changed 6
- Update resource models for AWS CloudFormation, Amazon EC2, and AWS IAM
- Update to Botocore 0.102.0
- Update requests to 2.6.0
- Update AWS Lambda to the latest API
- Update Amazon EC2 Container Service to the latest API
- Update Amazon S3 to the latest API
Fixed 1
- Fix issues in the REST-JSON protocol
From boto3
- feature:Resources: Update to the latest resource models for:
- AWS CloudFormation
- Amazon EC2
- AWS IAM
- feature:Amazon S3: Add an
upload_fileanddownload_fileto S3 clients that transparently handle parallel multipart transfers. - feature:Botocore: Update to Botocore 0.102.0.
- Add support for Amazon Machine Learning.
- Add support for Amazon Workspaces.
- Update
requeststo 2.6.0. - Update AWS Lambda to the latest API.
- Update Amazon EC2 Container Service to the latest API.
- Update Amazon S3 to the latest API.
- Add
DBSnapshotCompletedsupport to Amazon RDS waiters. - Fixes for the REST-JSON protocol.