-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Consider that I have an object in bucket example
called test/foobar.jpg
.
I have tried the following combination of:
buckets/example/test/foobar.jpg
(invalid collection ID foobar.jpg
)buckets/example/test%2ffoobar.jpg
(unable to get policy: googleapi: Error 404: No such object: example/test%2Ffoobar.jpg, notFound
//storage.googleapis.com/buckets/example/objects/test/foobar.jpg
(* error parsing relative resource path in full resource name '//storage.googleapis.com/buckets/example/objects/test/foobar.jpg': invalid relative resource name buckets/example/objects/test/foobar.jpg(invalid collection ID default.tfstate)
)
Metadata
Metadata
Assignees
Labels
No labels