tree: 9d4f84266d09494bcee74156ac6f78b706fb44e4 [path history] [tgz]
  1. basic/
  2. concurrent-upload/
  3. multipart-upload/
  4. README.md
core/examples/README.md

Apache OpenDALâ„¢ Rust Core Examples

Thank you for using OpenDAL!

Those examples are designed to help you to understand how to use OpenDAL Rust Core.

Setup

All examples following the same setup steps:

To run this example, please copy the .env.example, which is at project root, to .env and change the values on need.

Take fs for example, we need to change to enable behavior test on fs on /tmp.

OPENDAL_FS_ROOT=/path/to/dir

into

OPENDAL_FS_ROOT=/tmp/