-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: storageIssues related to the googleapis/java-storage API.Issues related to the googleapis/java-storage API.duplicateThis issue or pull request already existsThis issue or pull request already existstriage meI really want to be triaged.I really want to be triaged.
Description
- API: Cloud storage
- OS type and version: OSX
- Java version: 1.8.0_161
- storage version(s): 1.103.0
Steps to reproduce
- Upload a blob that contains a space in its name.
- Try to
get
it.
Code example
Storage gcs = StorageOptions.getDefaultInstance().getService();
gcs.get("my_bucket", "my blob")
// returns null
Any additional information below
This works in version 1.102.0
but returns null in 1.103.0
.
I've tried replacing the space with %20
or +
, but that didn't work either.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: storageIssues related to the googleapis/java-storage API.Issues related to the googleapis/java-storage API.duplicateThis issue or pull request already existsThis issue or pull request already existstriage meI really want to be triaged.I really want to be triaged.