We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c73f5d commit d4b91d0Copy full SHA for d4b91d0
tests/client.int.test.ts
@@ -46,6 +46,7 @@ test(
46
}`;
47
const [bucket] = await storage.createBucket(testBucketName, {
48
location: 'US',
49
+ predefinedAcl: 'private',
50
});
51
testBucket = bucket.name;
52
tests/main.int.test.ts
@@ -54,6 +54,7 @@ test(
54
55
56
57
58
59
60
0 commit comments