Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
# fs
OPENDAL_FS_ROOT=/path/to/dir
OPENDAL_FS_ATOMIC_WRITE_DIR=/path/to/tempdir
# git (read-only service with LFS support)
# For HuggingFace: use your HF username and token
# For GitLab/GitHub: use your username and PAT
OPENDAL_GIT_REPOSITORY=https://huggingface.co/Qwen/Qwen3-0.6B
OPENDAL_GIT_USERNAME=<username>
OPENDAL_GIT_PASSWORD=<token>
OPENDAL_GIT_REFERENCE=main
OPENDAL_GIT_RESOLVE_LFS=true
# cos
OPENDAL_COS_BUCKET=opendal-testing-1318209832
OPENDAL_COS_ENDPOINT=https://cos.ap-singapore.myqcloud.com
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ OpenDAL's development is guided by its vision of **One Layer, All Storage** and
| Key-Value Storage Services | [cacache] [cloudflare-kv] [dashmap] memory [etcd] <br> [foundationdb] [persy] [redis] [rocksdb] [sled] <br> [redb] [tikv] |
| Database Storage Services | [d1] [mongodb] [mysql] [postgresql] [sqlite] [surrealdb] |
| Cache Storage Services | [ghac] [memcached] [mini-moka] [moka] [vercel-artifacts] |
| Git Based Storage Services | [huggingface] |
| Git Based Storage Services | [git] [huggingface] |

[sftp]: https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-02
[webdav]: https://datatracker.ietf.org/doc/html/rfc4918
Expand Down Expand Up @@ -205,6 +205,7 @@ OpenDAL's development is guided by its vision of **One Layer, All Storage** and
[moka]: https://github.com/moka-rs/moka
[vercel-artifacts]: https://vercel.com/docs/concepts/monorepos/remote-caching

[git]: https://git-scm.com/
[huggingface]: https://huggingface.co/

## Examples
Expand Down
Loading
Loading