Skip to content

feat(storage): Restart delete resumable upload config new #30510

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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

shubhangi-google
Copy link
Contributor

@shubhangi-google shubhangi-google commented Jun 13, 2025

Feature to support Restart and Delete resumable upload functionality

@example   

storage = Google::Cloud::Storage.new
bucket = storage.bucket bucket_name
## sample upload_id=  "AKDAyIs3wDvKFtl2e4PopZi-YtGZDxFr2vlR4Z58T6hL9Seypi5W2s7vrRe6-Qw5Fur79g11bT7MtcsSu-vYRkm5nVUKPpm_ciLPn65GQDqNMQ"
#Initiating Resumable upload 
bucket.create_file file, file_name
#Restarting  Resumable upload 
bucket.restart_resumable_upload file, upload_id
#Deleting Resumable upload 
bucket.delete_resumable_upload upload_id

Implementation linked with - googleapis/google-api-ruby-client#21896, googleapis/google-api-ruby-client#23376
this PR is created as #29215 seems to be corrupted

@shubhangi-google shubhangi-google requested review from yoshi-approver and a team as code owners June 13, 2025 05:34
@shubhangi-google shubhangi-google marked this pull request as draft June 13, 2025 05:36
@shubhangi-google shubhangi-google changed the title Restart delete resumable upload v3 feat(storage): Restart delete resumable upload config new Jun 13, 2025
@shubhangi-google shubhangi-google marked this pull request as ready for review June 13, 2025 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant