Xuanwo commented on issue #3066:
URL:
https://github.com/apache/incubator-opendal/issues/3066#issuecomment-1719135190
> How do the variables in `.env` used? I don't find usage of those variables
like `OPENDAL_AZBLOB_CONTAINER`.
All variables in .env are treated as `OPENDAL_{service}_{key}`. Implementor
should extract all `OPENDAL_{service}_{key} = {value}` to a `HashMap` and than
passing to `Operator::from_map()` (based on binding's own API).
The rust implementation could be found here:
https://github.com/apache/incubator-opendal/blob/12bd7677462847f86714e311c098578912204859/core/tests/behavior/utils.rs#L48-L77
--
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]