-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support versions of GCS without transfer_manager #410
Support versions of GCS without transfer_manager #410
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## hotfix/v0.18.1-google-cloud-storage #410 +/- ##
=====================================================================
- Coverage 93.9% 93.9% -0.1%
=====================================================================
Files 23 23
Lines 1637 1643 +6
=====================================================================
+ Hits 1538 1543 +5
- Misses 99 100 +1
|
I guess now I'm wondering if yanking v0.18.0 is necessary. It's a little hard to tell how severe of an action yanking is, and most of the examples given are worse errors. In the approach where we have a version floor, it's definitely necessary or v0.18.0 would be the newest version of cloudpathlib for I guess since this can cause an error on import just as a side-effect of having both packages installed, it probably doesn't hurt to still yank. |
Co-authored-by: Jay Qi <2721979+jayqi@users.noreply.github.com>
* Fix 408 * Version and changelog * add warning * update history PR * Tweak description of change * Update HISTORY.md Co-authored-by: Jay Qi <2721979+jayqi@users.noreply.github.com> --------- Co-authored-by: Jay Qi <2721979+jayqi@users.noreply.github.com>
* Support versions of GCS without transfer_manager (#410) * Fix 408 * Version and changelog * add warning * update history PR * Tweak description of change * Update HISTORY.md Co-authored-by: Jay Qi <2721979+jayqi@users.noreply.github.com> --------- Co-authored-by: Jay Qi <2721979+jayqi@users.noreply.github.com> * Update HISTORY.md Co-authored-by: Jay Qi <2721979+jayqi@users.noreply.github.com> --------- Co-authored-by: Jay Qi <2721979+jayqi@users.noreply.github.com>
Add support for
google-cloud-storage<2.7.0
per discussion in #408 and #409.google-cloud-storage==2.6.0
(and fails without the fix)transfer_manager
kwargs that can't be used