Skip to content
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

config: fix typo on configuration variable #6

Merged
merged 2 commits into from
Nov 10, 2019

Conversation

egabancho
Copy link
Member

* Newer versions of s3fs (> 0.3.0) only support python >= 3.5
@@ -47,7 +47,7 @@
install_requires = [
'boto3>=1.9.83',
'invenio-files-rest>=1.0.0a23',
's3fs>=0.1.5',
's3fs>=0.1.5,<0.3.0', # Newer versions only allow python >= 3.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove python 2 support if you like. Since this module won't be in production until after January 2020.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is nothing I would love more than removing python 2.7 support, but I know at least one production system using it, I'll check with them what python version they are using and fix this accordingly

* Fix typo on `S3_ACCCESS_KEY_ID` and S3_SECRET_ACCESS_KEY, (too many
  Cs) and add a deprecation warning for the old key. (closes inveniosoftware#3)
@egabancho egabancho merged commit fbfc44d into inveniosoftware:master Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in config variable S3_ACCCESS_KEY_ID S3_ACCESS_KEY_ID (too many Cs)
2 participants