-
Notifications
You must be signed in to change notification settings - Fork 655
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
Remove access to public s3 buckets #6830
Comments
Thinking of PR for Is it important for |
Signed-off-by: Alexei Fedotov <alexei.fedotov@gmail.com>
This feature requires an additional PR for |
I think we should keep using For example: |
My take on this.
This test does not test how modin implementation handles s3 protocol. It copies file using s3fs (which is not a part of modin). Modin implementation then works with a file object.
I cannot say if other tests do not test s3 protocol, needs further investigation.
|
We are already setting up the s3 server in Modin's tests: Line 574 in 992eff5
|
Agree |
This is actually an implementation of how Modin handles the s3 protocol - using s3fs library. We need to be sure that s3fs is used correctly. |
…kets Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
…kets Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Is your feature request related to a problem? Please describe.
This is a compliance issue which comes from a principle of least privilege.
The text was updated successfully, but these errors were encountered: