33All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) ,
77as of 0.8.2
88
9+ ## [ Unreleased]
10+
11+ ### Added
12+
13+ - configure resources with user-specified timeouts
14+
915## [ 0.9.0]
1016
1117### Added
@@ -40,7 +46,6 @@ as of 0.8.2
4046
4147- Fixed ` delete_object() ` which contained a typo.
4248
43-
4449## [ 0.8.1]
4550
4651- Added ` download_matching_file() ` and ` download_matching_fileobj() ` to download a key
@@ -61,54 +66,53 @@ as of 0.8.2
6166
6267## [ 0.5]
6368
64- * fixed ` allow_public_downloads_on() ` when not specifying bucket
65- * using less-specified boto3 dependency version to prevent urllib dep version clash with requests
69+ - fixed ` allow_public_downloads_on() ` when not specifying bucket
70+ - using less-specified boto3 dependency version to prevent urllib dep version clash with requests
6671
6772## [ 0.4]
6873
69- * progress report uses humanfriendly if available
70- * added ` get_wasabi_compliance() ` to retrieve an XML bucket or object compliance
74+ - progress report uses humanfriendly if available
75+ - added ` get_wasabi_compliance() ` to retrieve an XML bucket or object compliance
7176
7277## [ 0.3]
7378
74- * added ` has_object_matching() ` to check an object with multiple key/value pairs
79+ - added ` has_object_matching() ` to check an object with multiple key/value pairs
7580
7681## [ 0.2]
7782
78- * more flexible requirements for requests
79- * removed some debug prints
80- * don't fail if ` AWS_PROFILE ` environ is present
81- * added ` s3_test_url ` script to test an URL
82- * added ` delete_object() ` shortcut
83+ - more flexible requirements for requests
84+ - removed some debug prints
85+ - don't fail if ` AWS_PROFILE ` environ is present
86+ - added ` s3_test_url ` script to test an URL
87+ - added ` delete_object() ` shortcut
8388
8489## [ 0.1]
8590
86- * Initial version featuring:
87- * URL parsing
88- * Visual transfer progress hook
89- * wasabi detection
90- * configured S3 resource (` .resource ` )
91- * configured S3 client (` .client ` )
92- * requests auth module (` .aws_auth ` )
93- * credentials check (list bucket, read, write)
94- * configured generic service (` iam ` for ex.)
95- * direct bucket names
96- * direct bucket access
97- * test bucket existence
98- * bucket creation
99- * test object exitence
100- * direct object head access
101- * direct object stats access
102- * test object with etag exitence
103- * test object with meta existence
104- * set policy on bucket (allow external downloads)
105- * set wasabi auto delete on bucket (retention)
106- * set wasabi auto delete on object (retention extension)
107- * delete bucket (with wasabi force)
108- * wasabi rename bucket
109- * wasabi object rename (with prefix)
110- * set wasabi compliance
111- * direct object download
112- * object download url
113- * validate file etag (mono and multipart)
114-
91+ - Initial version featuring:
92+ - URL parsing
93+ - Visual transfer progress hook
94+ - wasabi detection
95+ - configured S3 resource (` .resource ` )
96+ - configured S3 client (` .client ` )
97+ - requests auth module (` .aws_auth ` )
98+ - credentials check (list bucket, read, write)
99+ - configured generic service (` iam ` for ex.)
100+ - direct bucket names
101+ - direct bucket access
102+ - test bucket existence
103+ - bucket creation
104+ - test object exitence
105+ - direct object head access
106+ - direct object stats access
107+ - test object with etag exitence
108+ - test object with meta existence
109+ - set policy on bucket (allow external downloads)
110+ - set wasabi auto delete on bucket (retention)
111+ - set wasabi auto delete on object (retention extension)
112+ - delete bucket (with wasabi force)
113+ - wasabi rename bucket
114+ - wasabi object rename (with prefix)
115+ - set wasabi compliance
116+ - direct object download
117+ - object download url
118+ - validate file etag (mono and multipart)
0 commit comments