C++ client - multipart upload example. #14295
|
Does anyone have an example to upload a local file to a bucket using "multipart" or "parallel composite"? Basically trying to upload a large local file. Having the C++ sdk automatically breakup the file into parts makes sense. Thanks. |
Answered by
alevenberg
Jun 3, 2024
Replies: 1 comment 10 replies
|
To clarify, are you looking for an example like this in C++? I can try and create one. |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, is this what you are looking for https://github.com/GoogleCloudPlatform/cpp-samples/blob/main/gcs-fast-transfers/upload.cc?