Skip to content

Commit

Permalink
s3: align config name for anonymous login
Browse files Browse the repository at this point in the history
  • Loading branch information
2maz authored and dberenbaum committed Apr 26, 2024
1 parent 15e05e4 commit c5d9868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/config_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +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,
Optional("allow_anonymous_login", default=False): Bool,
"ssl_verify": Any(Bool, str),
"sse": str,
"sse_kms_key_id": str,
Expand Down

0 comments on commit c5d9868

Please sign in to comment.