-
Notifications
You must be signed in to change notification settings - Fork 75
/
CHANGELOG
35 lines (26 loc) · 1.28 KB
/
CHANGELOG
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
2019-08-23 Marcin Kulisz <[email protected]>
* Working Python3 version
2019-06-14 Marcin Kulisz <[email protected]>
* Switching to VHost style urls
* PEP8 compliance
* Add support for special AWS regions (cn-north-1 and cn-northwest-1)
* Add support for alternate services with 'Endpoint'
* Switching to VHost style urls
* Adjusting metadata naming convention
* Request region from metadata when not configured
* Token doesn't have to be an empty string anymore
* Updating info about breaking TLS if bucket name
* Removing logging to stderr info about from where
* Copyright and repo url updates
* Higher detail in error handling and information from APT Message
2015-09-23 Marcin Kulisz <[email protected]>
* Fixing new line issue in Authorization header caused by more restrictive
urllib in python 2.7.10, thx to jensschroer (https://github.com/jensschroer)
* Added sha512 handling for checksums, thx to Frank Zwart
<[email protected]> for supplied patch
2015-01-09 Marcin Kulisz <[email protected]>
* Fixing '+~ ' handling and making http errors more readable, thx for the
patches to Shyamal Prasad <[email protected]>
2014-08-06 Marcin Kulisz <[email protected]>
* Initial release
* Operational s3 transport with IAM Roles present on the server