File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ private function handleRegion(Collection $config)
446
446
'A region is required when using ' . $ description ->getData ('serviceFullName ' )
447
447
);
448
448
} elseif ($ global && !$ region ) {
449
- $ config [Options::REGION ] = 'us-east-1 ' ;
449
+ $ config [Options::REGION ] = 'global ' ;
450
450
}
451
451
}
452
452
Original file line number Diff line number Diff line change 54
54
'us-east-1/s3 ' => array (
55
55
'endpoint ' => 's3.amazonaws.com '
56
56
),
57
+ 'global/s3 ' => array (
58
+ 'endpoint ' => 'storage.googleapis.com '
59
+ ),
57
60
'us-west-1/s3 ' => array (
58
61
'endpoint ' => 's3-{region}.amazonaws.com '
59
62
),
Original file line number Diff line number Diff line change 21
21
'serviceAbbreviation ' => 'Amazon S3 ' ,
22
22
'serviceType ' => 'rest-xml ' ,
23
23
'timestampFormat ' => 'rfc822 ' ,
24
- 'globalEndpoint ' => 's3.amazonaws .com ' ,
24
+ 'globalEndpoint ' => 'storage.googleapis .com ' ,
25
25
'signatureVersion ' => 's3 ' ,
26
26
'namespace ' => 'S3 ' ,
27
27
'regions ' => array (
28
+ 'global ' => array (
29
+ 'http ' => true ,
30
+ 'https ' => true ,
31
+ 'hostname ' => 'storage.googleapis.com ' ,
32
+ ),
28
33
'us-east-1 ' => array (
29
34
'http ' => true ,
30
35
'https ' => true ,
You can’t perform that action at this time.
0 commit comments