-
Notifications
You must be signed in to change notification settings - Fork 86
samples: add samples for mpu #3386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Here is the summary of changes. You are about to add 5 region tags.
This comment is generated by snippet-bot.
|
samples/snippets/src/main/java/com/example/storage/multipartupload/CreateMultipartUpload.java
Outdated
Show resolved
Hide resolved
samples/snippets/src/main/java/com/example/storage/multipartupload/UploadPartFromFile.java
Outdated
Show resolved
Hide resolved
| import java.nio.file.StandardOpenOption; | ||
|
|
||
| public class UploadPartFromFile { | ||
| public static void uploadPartFromFile( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets have a separate End-to-End sample, which reads a filepath, breaks it into parts and performs MPU. This sample will call 3 apis for MPU.
FIne to do this in a follow-up PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay
|
Re-run the presubmit checks, it should clear the errors now that we have the changes released. |
Added samples:
storage_create_multipart_upload
storage_upload_part
storage_list_parts
storage_complete_multipart_upload
storage_abort_multipart_upload