File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ Credentials can be automatically fetched from pre-authenticated AWS CLI.
6868See [ here] ( https://s3fs.readthedocs.io/en/latest/index.html#credentials ) for the order ` s3fs `
6969checks them. If it is not pre-authenticated, you need to pass ` --storage-options ` .
7070
71- ** Prefix:**
71+ ** Prefix:**
7272` s3:// `
7373
74- ** Storage Options:**
75- ` key ` : The auth key from AWS
74+ ** Storage Options:**
75+ ` key ` : The auth key from AWS
7676` secret ` : The auth secret from AWS
7777
7878Using UNIX:
@@ -104,10 +104,10 @@ checks them. If it is not pre-authenticated, you need to pass `--storage-options
104104GCP uses [ service accounts] ( https://cloud.google.com/iam/docs/service-accounts ) to pass
105105authentication information to APIs.
106106
107- ** Prefix:**
107+ ** Prefix:**
108108` gs:// ` or ` gcs:// `
109109
110- ** Storage Options:**
110+ ** Storage Options:**
111111` token ` : The service account JSON value as string, or local path to JSON
112112
113113Using a service account:
@@ -136,11 +136,11 @@ There are various ways to authenticate with Azure Data Lake (ADL).
136136See [ here] ( https://github.com/fsspec/adlfs#details ) for some details.
137137If ADL is not pre-authenticated, you need to pass ` --storage-options ` .
138138
139- ** Prefix:**
139+ ** Prefix:**
140140` az:// ` or ` abfs:// `
141141
142- ** Storage Options:**
143- ` account_name ` : Azure Data Lake storage account name
142+ ** Storage Options:**
143+ ` account_name ` : Azure Data Lake storage account name
144144` account_key ` : Azure Data Lake storage account access key
145145
146146``` shell
You can’t perform that action at this time.
0 commit comments