alamb opened a new pull request, #803: URL: https://github.com/apache/arrow-rs-object-store/pull/803
# Rationale for this change The low-level `MultipartStore` API had no worked example showing the full `create_multipart` → `put_part` → `complete_multipart` flow. This adds one for Google Cloud Storage, mirroring the S3 example in apache/arrow-rs-object-store#801. # What changes are included in this PR? - A runnable (`no_run`) doc example on `GoogleCloudStorage::create_multipart` showing the full low-level flow. - Documents that GCS uses the XML multipart API, where every part except the last must be at least 5 MiB, with a citation to the [Cloud Storage multipart uploads](https://cloud.google.com/storage/docs/multipart-uploads) docs. # Are there any user-facing changes? Documentation only. No API changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
