Skip to content

Conversation

@nidhiii-27
Copy link
Contributor

@nidhiii-27 nidhiii-27 commented Nov 4, 2025

Added samples:
storage_create_multipart_upload
storage_upload_part
storage_list_parts
storage_complete_multipart_upload
storage_abort_multipart_upload

@product-auto-label product-auto-label bot added size: l Pull request size is large. api: storage Issues related to the googleapis/java-storage API. samples Issues that are directly related to samples. labels Nov 4, 2025
@nidhiii-27 nidhiii-27 marked this pull request as ready for review November 4, 2025 12:35
@snippet-bot
Copy link

snippet-bot bot commented Nov 4, 2025

Here is the summary of changes.

You are about to add 5 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

import java.nio.file.StandardOpenOption;

public class UploadPartFromFile {
public static void uploadPartFromFile(
Copy link
Collaborator

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

okay

@ShreyasSinha
Copy link
Collaborator

Re-run the presubmit checks, it should clear the errors now that we have the changes released.

@ShreyasSinha ShreyasSinha added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 10, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 10, 2025
@nidhiii-27 nidhiii-27 requested review from a team as code owners November 11, 2025 09:54
@generated-files-bot
Copy link

Warning: This pull request is touching the following templated files:

  • samples/install-without-bom/pom.xml

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

Labels

api: storage Issues related to the googleapis/java-storage API. samples Issues that are directly related to samples. size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants