You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
The text was updated successfully, but these errors were encountered:
Consider that I have an object in bucket
example
calledtest/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)
)The text was updated successfully, but these errors were encountered: