-
-
Notifications
You must be signed in to change notification settings - Fork 817
Add a note that you need to install boto3 if you want to use s3/b2 URLs in the docs #9273
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
base: master
Are you sure you want to change the base?
Conversation
…Ls in the docs Add boto3 to dev dependencies
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #9273 +/- ##
=======================================
Coverage 75.84% 75.84%
=======================================
Files 86 86
Lines 14742 14742
Branches 2194 2194
=======================================
Hits 11181 11181
Misses 2888 2888
Partials 673 673 ☔ View full report in Codecov by Sentry. |
|
@f-froehlich thanks for the PR! Guess we should rather check the installation instructions, whether they include the supported "extras", see there: https://github.com/borgbackup/borg/blob/master/pyproject.toml#L43 |
|
I've added a note in the |
ThomasWaldmann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
See also: #9250