blob: 65621a18c9e1f78a7a7c84690c3418206ed2934e [file] [log] [blame] [view]
# Basic
This example will show how to use opendal to operate storage service.
## Setup
Refer [Setup](../README.md) to setup all examples.
## Run
Use `OPENDAL_TEST` to control which service to run example:
```shell
OPENDAL_TEST=fs cargo run
```