Skip to content

send object in cloud config #345

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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