We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b43a1 commit 93fe4fdCopy full SHA for 93fe4fd
1 file changed
mkdocs/docs/configuration.md
@@ -213,18 +213,6 @@ No additional dependencies are required.
213
| s3.secret-access-key | password | Secret key for COS |
214
| s3.session-token | AQoDYXdzEJr... | Optional session token |
215
216
-#### Example
217
-
218
-```python
219
-catalog = load_catalog(
220
- **{
221
- "s3.endpoint": "https://cos.ap-guangzhou.myqcloud.com",
222
- "s3.access-key-id": "admin",
223
- "s3.secret-access-key": "password",
224
- }
225
-)
226
-```
227
228
<!-- markdown-link-check-disable -->
229
230
### Hugging Face
0 commit comments