-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
The following code:
storage.writer(BlobInfo.builder("bucket", "name").generation(42L).build(),
Storage.BlobTargetOption.generationMatch());
issues a POST request to the URL:
https://www.googleapis.com/upload/storage/v1/b/bucket/o?uploadType=resumable&name=name&ifGenerationNotMatch=42
where ifGenerationNotMatch instead of ifGenerationMatch is set.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.