-
Notifications
You must be signed in to change notification settings - Fork 639
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.
Milestone
Description
I've heard from a lot of people that this is the most common request, so it'd be really cool if we had an example in our docs.
ie:
To make an object publicly readable, you might do:
var storage = gcloud.storage();
var albums = storage.bucket('albums');
albums.acl.add({
scope: 'allUsers',
permission: Storage.acl.READER_ROLE
}, function(err, aclObject) {});
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.