tree: e70348092d2fb9d26ef23d159bd3feae072a9791 [path history] [tgz]
  1. src/
  2. Cargo.toml
  3. README.md
core/examples/concurrent-upload/README.md

Concurrent Upload

This example will show how to perform upload concurrently to a storage service.

Setup

Refer Setup to setup all examples.

Run

Use OPENDAL_TEST to control which service to run example:

OPENDAL_TEST=s3 cargo run