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

Adds proxy server to minio / aws s3 storage #962

Merged
merged 10 commits into from
Oct 1, 2021

Conversation

MaxFBurg
Copy link
Contributor

This PR adds the possibility to configure a proxy server for the mini / aws s3 storage. The PR resolves #961 .

@MaxFBurg MaxFBurg marked this pull request as ready for review September 16, 2021 11:40
Copy link
Collaborator

@guzman-raphael guzman-raphael left a comment

Choose a reason for hiding this comment

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

@MaxFBurg 🚀 Awesome job in finding a solution for proxy mode with S3! 🚀

There are a few minor items that were not considered here but they are mainly related to tests and code coverage. Offered suggestions to make it easy to get this in but other than that this looks great!

datajoint/s3.py Outdated Show resolved Hide resolved
datajoint/settings.py Outdated Show resolved Hide resolved
@MaxFBurg
Copy link
Contributor Author

@guzman-raphael Thank you very much for your comments and the very nice feedback and helpful explanations, I highly appreciate that! I committed all your suggestions - just let me know if you need anything else.

Copy link
Collaborator

@guzman-raphael guzman-raphael left a comment

Choose a reason for hiding this comment

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

@MaxFBurg Not a problem! 🤝

Almost there; just need to fix a small typo that I made in my previous suggestion. 😅

datajoint/settings.py Outdated Show resolved Hide resolved
Co-authored-by: Raphael Guzman <[email protected]>
datajoint/s3.py Outdated Show resolved Hide resolved
Co-authored-by: Raphael Guzman <[email protected]>
Copy link
Collaborator

@guzman-raphael guzman-raphael left a comment

Choose a reason for hiding this comment

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

@MaxFBurg Thanks for fixing these updates and ...

🎉 Congrats on your first contribution! 🎉

@guzman-raphael guzman-raphael merged commit 543fa44 into datajoint:master Oct 1, 2021
@MaxFBurg
Copy link
Contributor Author

MaxFBurg commented Oct 4, 2021

Thank you very much @guzman-raphael !

@MaxFBurg MaxFBurg deleted the add_minio_proxy_server branch October 4, 2021 07:18
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.

Add proxy server for external storage on minio / aws s3
2 participants