Skip to content

Commit

Permalink
Introduce endpoint arg and deprecate endpoint_url
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Nov 19, 2024
1 parent e52e4f1 commit ddca71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tosfs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def __init__(
"The 'endpoint_url' parameter is deprecated and will be removed"
" in a future release. Please use 'endpoint' instead.",
DeprecationWarning,
stacklevel=2
stacklevel=2,
)
endpoint = endpoint_url

Expand Down

0 comments on commit ddca71e

Please sign in to comment.