The StarThinker project will no longer receive new solution contributions from the Google team.
Please read the full StarThinker Open Source Support Ends At Google article for more details.



All

storage Storage Bucket

Create and permission a bucket in Storage.



lock_openGet Access listGit Hub sourcePython menu_bookColab airAirflow



Instructions

Specify the name of the bucket and who will have owner permissions.
Existing buckets are preserved.
Adding a permission to the list will update the permissions but removing them will not.
You have to manualy remove grants.

Details

Open Source YES
Age Aug. 15, 2017 (5 years, 4 months)
Authors kenjora@google.com
Shedule Days Configured by user.
Shedule Hours Configured by user.
[
    {
        "bucket": {
            "auth": {
                "field": {
                    "name": "auth_write",
                    "kind": "authentication",
                    "order": 1,
                    "default": "service",
                    "description": "Credentials used for writing data."
                }
            },
            "bucket": {
                "field": {
                    "name": "bucket_bucket",
                    "kind": "string",
                    "order": 2,
                    "default": "",
                    "description": "Name of Google Cloud Bucket to create."
                }
            },
            "emails": {
                "field": {
                    "name": "bucket_emails",
                    "kind": "string_list",
                    "order": 3,
                    "default": "",
                    "description": "Comma separated emails."
                }
            },
            "groups": {
                "field": {
                    "name": "bucket_groups",
                    "kind": "string_list",
                    "order": 4,
                    "default": "",
                    "description": "Comma separated groups."
                }
            }
        }
    }
]


Run This Workflow In Minutes On Google Cloud

Everything from a quick Google Cloud UI to reference developer code for your team in one GitHub repository.

Deployment Stepslaunch Developer Guidebuild UI How Tolaptop