Skip to content

Commit

Permalink
Fix quickstart wrong description about credentials_provider (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua authored Sep 27, 2024
1 parent 948b2b1 commit 90ba259
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ $ pip install tosfs

```python
from tosfs.core import TosFileSystem
from tos import StaticCredentialsProvider

tosfs = TosFileSystem(
key='ak',
secret='sk',
endpoint_url='http://tos-cn-beijing.volces.com',
region='cn-beijing',
credentials_provider=StaticCredentialsProvider, # optional
)
```

Expand Down

0 comments on commit 90ba259

Please sign in to comment.