Skip to content

send object in cloud config #345

@leibale

Description

@leibale

now if i want to create cloud i need this code:

var gcloud = require('gcloud'),
    myCloud = gcloud.storage({
        keyFilename: 'path/to/key/file.json'
    });

i want to send the file content

var gcloud = require('gcloud'),
    myCloud = gcloud.storage({
        projectId: ...,
        key: ...
    });

thanks

Metadata

Metadata

Labels

🚨This issue needs some love.api: storageIssues related to the Cloud Storage API.triage meI really want to be triaged.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions