Skip to content

Commit dd86d07

Browse files
committed
Set default AWS region of us-east-1
S3 and CloudFront are both global, so this should work perfectly fine as a default.
1 parent 3517f88 commit dd86d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/S3/S3Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static function optionSpecs(): array {
4747
new OptionSpec(
4848
'string',
4949
self::getName( 'awsRegion' ),
50-
'',
50+
'us-east-1',
5151
'AWS Region',
5252
'Region'
5353
),

0 commit comments

Comments
 (0)