File: v2.48.0.rst

package info (click to toggle)
python-boto 2.49.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,888 kB
  • sloc: python: 86,396; makefile: 112
file content (17 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Bumped to 2.48.0

boto v2.48.0
============

:date: 2017/06/29

This release addresses a few S3 related bugs as well as a bug with the recent
endpoint heuristics feature.

Changes
-------
* Fix generate_url() AttributeError when using anonymous connections (:issue:`3734`, :sha:`83481807`)
* Use RegionInfo by default with heuristics (:issue:`3737`, :sha:`0a9b1140`)
* Allow specifying s3 host from boto config file. (:issue:`3738`, :sha:`dcfc7512`)