Xuanwo commented on code in PR #2878: URL: https://github.com/apache/incubator-opendal/pull/2878#discussion_r1299210188
########## .env.example: ########## @@ -117,6 +117,10 @@ OPENDAL_WASABI_BUCKET=<bucket> OPENDAL_WASABI_ENDPOINT=<endpoint> OPENDAL_WASABI_ACCESS_KEY_ID=<ak> OPENDAL_WASABI_SECRET_ACCESS_KEY=<sk> +# atomicdata +OPENDAL_ATOMICDATA_TEST=false +OPENDAL_ATOMICDATA_ROOT=/path/to/dir +OPENDAL_ATOMICDATA_ENDPOINT=https://atomicdata.dev Review Comment: > stored locally (this is default behavior of atomic_lib) Ok, so my previous concern is not needed. However, the behavior is not my expection. I want our users can read data from an existing atomic data server instead of just locally. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
