blob: d1e735924de139d0ddfa910933c3386c883df590 [file] [view]
# Concurrent Upload
This example will show how to perform upload concurrently to a 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=s3 cargo run
```