Skip to content

Commit

Permalink
feat(service): support b2 (apache#3604)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoslo authored Nov 21, 2023
1 parent 2ce981d commit 26b52cc
Show file tree
Hide file tree
Showing 12 changed files with 1,768 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,9 @@ OPENDAL_GRIDFS_CHUNK_SIZE=<chunk_size>
# alluxio
OPENDAL_ALLUXIO_ENDPOINT=<endpoint>
OPENDAL_ALLUXIO_ROOT=/path/to/dor
# b2
OPENDAL_B2_ROOT=/path/to/dir
OPENDAL_B2_BUCKET=<bucket>
OPENDAL_B2_BUCKET_ID=<bucket_id>
OPENDAL_B2_APPLICATION_KEY_ID=<key_id>
OPENDAL_B2_APPLICATION_KEY=<application_key>
1 change: 1 addition & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ services-azdls = [
"reqsign?/reqwest_request",
]
services-azfile = []
services-b2 = []
services-cacache = ["dep:cacache"]
services-cloudflare-kv = []
services-cos = [
Expand Down
Loading

0 comments on commit 26b52cc

Please sign in to comment.