We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Turns out PBR does support extras-require, thus installation becomes:
pip install stor[s3,swift]
Would be nice for making a much smaller install for people that are only using s3.
Requires:
Open questions:
Should stor.Path('swift://AUTH_final_analysis_prod/A/C') work when swift utilities aren't installed? (similar question about s3:// etc)
stor.Path('swift://AUTH_final_analysis_prod/A/C')
s3://
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Turns out PBR does support extras-require, thus installation becomes:
Would be nice for making a much smaller install for people that are only using s3.
Requires:
Open questions:
Should
stor.Path('swift://AUTH_final_analysis_prod/A/C')
work when swift utilities aren't installed? (similar question abouts3://
etc)The text was updated successfully, but these errors were encountered: