Skip to content

Commit 7a5972a

Browse files
committed
⚰️ cleanup: remove legacy config path
1 parent 2546197 commit 7a5972a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ Example:
136136

137137
Notes:
138138

139-
* If `~/.osc/config.json` is not found, `~/.oapi_credentials` will be used as a fallback.
140139
* Environment variables have priority over credentials files.
141140

142141
### Basic Authentication

osc_sdk_python/credentials.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os
33
import warnings
44

5-
ORIGINAL_PATH = os.path.join(os.path.expanduser("~"), ".oapi_credentials")
65
STD_PATH = os.path.join(os.path.expanduser("~"), ".osc/config.json")
76
DEFAULT_REGION = "eu-west-2"
87
DEFAULT_PROFILE = "default"

0 commit comments

Comments
 (0)