Skip to content

Boto 3 - 0.0.8

Compare
Choose a tag to compare
@danielgtaylor danielgtaylor released this 11 Feb 02:16
· 6279 commits to develop since this release
  • bugfix:Resources: Fix Amazon S3 resource identifier order. (issue
    62
    )
  • bugfix:Resources: Fix collection resource hydration path. (issue
    61
    )
  • bugfix:Resources: Re-enable service-level access to all resources,
    allowing e.g. obj = s3.Object('bucket', 'key'). (issue
    60
    )
  • feature:Botocore: Update to Botocore 0.87.0
  • Add support for Amazon DynamoDB secondary index scanning.
  • Upgrade to requests 2.5.1.
  • Add support for anonymous (unsigned) clients. (botocore issue
    448
    )