quick-painter-61380
11/29/2021, 6:48 PMred-match-15116
11/29/2021, 6:51 PMquick-painter-61380
11/29/2021, 6:55 PMred-match-15116
11/29/2021, 6:58 PMquick-painter-61380
11/29/2021, 7:00 PM<https://www.googleapis.com/storage/v1/b/><bucket name>
because that is what it showed for an ID when I created a new bucket but the google api shows <https://storage.googleapis.com/storage/v1/b/><bucket name>
which changed my error from not found to not implemented.fast-easter-23401
11/29/2021, 7:08 PMgoogle-native
uses the selfLink attribute as the bucket ID according to this https://raw.githubusercontent.com/pulumi/pulumi-google-native/master/provider/cmd/pulumi-resource-google-native/metadata.json
"google-native:storage/v1:BucketObject": {
"baseUrl": "<https://storage.googleapis.com/storage/v1/>",
"createPath": "<https://storage.googleapis.com/upload/storage/v1/b/{bucket}/o>",
...,
"assetUpload": true,
"idProperty": "selfLink",
"autoNamePattern": "{name}"
}, ...