This is an automated email from the ASF dual-hosted git repository. suyanhanx pushed a commit to branch dropbox-test in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit ca691a9525950f3bc8df7e829918748b1809e72d Author: suyanhanx <[email protected]> AuthorDate: Wed Jun 21 00:07:33 2023 +0800 try Signed-off-by: suyanhanx <[email protected]> --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 4057e64ec..2e71f7b88 100644 --- a/.env.example +++ b/.env.example @@ -123,3 +123,7 @@ OPENDAL_REDB_TABLE=redb-table # cacache OPENDAL_CACACHE_TEST=false OPENDAL_CACACHE_DATADIR=/tmp/opendal/cacache/ +#dropbox +OPENDAL_DROPBOX_TEST=false +OPENDAL_DROPBOX_ROOT=/tmp/opendal/ +OPENDAL_DROPBOX_ACCESS_TOKEN=<access_token>
