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

dvc: s3: allow configuring anonymous access #10407

Merged
merged 4 commits into from
Apr 26, 2024
Merged

Conversation

2maz
Copy link
Contributor

@2maz 2maz commented Apr 25, 2024

see:

Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 90.49%. Comparing base (cbaeff2) to head (f7fd9e9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10407      +/-   ##
==========================================
+ Coverage   90.34%   90.49%   +0.14%     
==========================================
  Files         480      502      +22     
  Lines       35893    38982    +3089     
  Branches     4135     5309    +1174     
==========================================
+ Hits        32426    35275    +2849     
- Misses       2870     3012     +142     
- Partials      597      695      +98     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@@ -193,6 +193,7 @@ def __call__(self, data):
"session_token": str,
Optional("listobjects", default=False): Bool, # obsoleted
Optional("use_ssl", default=True): Bool,
Optional("anon", default=False): Bool,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Agree with @shcheklein that we should use allow_anonymous_login here.

@dberenbaum
Copy link
Collaborator

Can we also change pyproject.toml to require dvc-s3>=3.2.0?

@dberenbaum dberenbaum merged commit 0a8a9de into iterative:main Apr 26, 2024
19 checks passed
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.

3 participants