You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update _s3_file_query to check if an object exists explicitly. (#168)
* Check file existence first so public AWS access is feasible
* Use PurePosixPath in mock to support Windows
* Revert unnecessary test changes
* Remove import and write that are not needed
* Changelog and release version
* Remove cleanup now handled by the rig
Copy file name to clipboardExpand all lines: HISTORY.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# cloudpathlib Changelog
2
2
3
-
## v0.6.1 (unreleased)
3
+
## v0.6.1 (2021-09-17)
4
4
5
5
- Fixed absolute documentation URLs to point to the new versioned documentation pages.
6
+
- Fixed bug where `no_sign_request` couldn't be used to download files since our code required list permissions to the bucket to do so, which is tracked in issue [#169](https://github.com/drivendataorg/cloudpathlib/issues/169). PR [#168](https://github.com/drivendataorg/cloudpathlib/pull/168).
0 commit comments