We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2546197 commit 7a5972aCopy full SHA for 7a5972a
2 files changed
README.md
@@ -136,7 +136,6 @@ Example:
136
137
Notes:
138
139
-* If `~/.osc/config.json` is not found, `~/.oapi_credentials` will be used as a fallback.
140
* Environment variables have priority over credentials files.
141
142
### Basic Authentication
osc_sdk_python/credentials.py
@@ -2,7 +2,6 @@
2
import os
3
import warnings
4
5
-ORIGINAL_PATH = os.path.join(os.path.expanduser("~"), ".oapi_credentials")
6
STD_PATH = os.path.join(os.path.expanduser("~"), ".osc/config.json")
7
DEFAULT_REGION = "eu-west-2"
8
DEFAULT_PROFILE = "default"
0 commit comments