Skip to content

Commit

Permalink
chore: modify error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
morristai committed Nov 21, 2023
2 parents c7e6da0 + 26b52cc commit b886960
Show file tree
Hide file tree
Showing 16 changed files with 1,796 additions and 11 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>
2 changes: 0 additions & 2 deletions .github/services/etcd/etcd-tls/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ runs:
cat << EOF >> $GITHUB_ENV
OPENDAL_ETCD_ENDPOINTS=https://127.0.0.1:2379
OPENDAL_ETCD_ROOT=/tmp/opendal
OPENDAL_ETCD_USERNAME=root
OPENDAL_ETCD_PASSWORD=opendal
OPENDAL_ETCD_CA_PATH=/tmp/etcd/ca.pem
OPENDAL_ETCD_CERT_PATH=/tmp/etcd/client.pem
OPENDAL_ETCD_KEY_PATH=/tmp/etcd/client-key.pem
Expand Down
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 b886960

Please sign in to comment.