You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users want to track the progress of large uploads. We don't provide a built-in way to do this, but it's possible to write a body wrapper that accomplishes this.
Create an example that demonstrates that for a PutObject request. The resulting body should be "retryable."
Checksums are implemented with body wrappers and can probably be adapted.
Background story
Some users want to track the progress of large uploads. We don't provide a built-in way to do this, but it's possible to write a body wrapper that accomplishes this.
Create an example that demonstrates that for a
PutObject
request. The resulting body should be "retryable."Checksums are implemented with body wrappers and can probably be adapted.
SdkBody::map
is the easiest way to wrap a bodyWhat does this example accomplish?
This example will teach users how to use body wrappers in order to track the progress of uploads.
Which AWS service(s)?
S3
Which AWS SDKs or tools?
Are there existing code examples to leverage?
No response
Do you have any reference code?
No response
The text was updated successfully, but these errors were encountered: