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

Multipart Upload

This example will show how to perform a multipart upload 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