Skip to content

Add doc example for multipart upload to AmazonS3::create_multipart#801

Open
alamb wants to merge 2 commits into
apache:mainfrom
alamb:doc-example-create-multipart
Open

Add doc example for multipart upload to AmazonS3::create_multipart#801
alamb wants to merge 2 commits into
apache:mainfrom
alamb:doc-example-create-multipart

Conversation

@alamb

@alamb alamb commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

  • Follow on from

Rationale for this change

While reviewing a PR from @zfarrell

I found that there was not good example of actually using the mulit-part API in the docs (so there is no good place to add an example of using pre-signed URLs)

What changes are included in this PR?

Update docs / examples

Are there any user-facing changes?

docs only

Add a runnable (`no_run`) example on the `MultipartStore` impl for
`AmazonS3` showing the full low-level flow: `create_multipart`,
`put_part` for each part, and `complete_multipart` to finalize.

Also link to the example from `MultipartStore::create_multipart` so it
is discoverable from the trait definition.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

@kevinjqliu kevinjqliu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants