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 36dee10 commit a3280cbCopy full SHA for a3280cb
pbm/storage/gcs/gcs.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
const (
16
- GCSEndpointURL = "storage.googleapis.com"
+ gcsEndpointURL = "storage.googleapis.com"
17
defaultMaxObjSizeGB = 5018 // 4.9 TB
18
19
0 commit comments