Skip to content

Commit a3280cb

Browse files
committed
Make gcsEndpointURL private
1 parent 36dee10 commit a3280cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbm/storage/gcs/gcs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
GCSEndpointURL = "storage.googleapis.com"
16+
gcsEndpointURL = "storage.googleapis.com"
1717
defaultMaxObjSizeGB = 5018 // 4.9 TB
1818
)
1919

0 commit comments

Comments
 (0)