-
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.
Description
This was discussed with @aozarov in #251.
Since contentType is a required field we should add it to Bucket's create(blob, content, options):
Blob create(String blob, byte[] content, String contentType, BlobTrargetOptions... options)
If contentType is set to null the default content type is used, and we can document this in the javadoc.
I propose we use application/octet-stream as default.
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.