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 53eb405 commit 379835eCopy full SHA for 379835e
appengine/php72/storage/index.php
@@ -21,7 +21,7 @@
21
22
require_once __DIR__ . '/vendor/autoload.php';
23
24
-$bucketName = getenv('GOOGLE_STORAGE_BUCKET');;
+$bucketName = getenv('GOOGLE_STORAGE_BUCKET');
25
$projectId = getenv('GOOGLE_CLOUD_PROJECT');
26
$defaultBucketName = sprintf('%s.appspot.com', $projectId);
27
0 commit comments