.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
OPENDAL_MEMORY_TEST
memory
OPENDAL_FS_TEST
fs
OPENDAL_FS_ROOT
OPENDAL_FS_ATOMIC_WRITE_DIR
OPENDAL_COS_TEST
cos
OPENDAL_COS_BUCKET
OPENDAL_COS_ENDPOINT
OPENDAL_COS_SECRET_ID
secret
OPENDAL_COS_SECRET_KEY
secret
OPENDAL_S3_TEST
s3
OPENDAL_S3_BUCKET
OPENDAL_S3_ENDPOINT
OPENDAL_S3_ACCESS_KEY_ID
secret
OPENDAL_S3_SECRET_ACCESS_KEY
secret
OPENDAL_AZBLOB_TEST
azblob
OPENDAL_AZBLOB_ROOT
OPENDAL_AZBLOB_CONTAINER
OPENDAL_AZBLOB_ENDPOINT
OPENDAL_AZBLOB_ACCOUNT_NAME
OPENDAL_AZBLOB_ACCOUNT_KEY
secret
brew install flyctl && fly launch --from https://github.com/ideal/incubator-opendal
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ideal/incubator-opendal
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ideal/incubator-opendal