-
Notifications
You must be signed in to change notification settings - Fork 661
Storage: '/' not allowed in file names #292
Copy link
Copy link
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.
Milestone
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.
I tried with the stream writing regression tests, replacing the filenames with
'folder/LargeFile','folder/'MyBuffer','folder/CloudLogo', and all the tests fail.The Object Naming spec does not disallow the
/in file names. Some more context in googleapis/google-cloud-python#354 (keyis how objects are called in Python) .Note: this is only for object names, not for buckets.