Skip to content

Commit 029b8fb

Browse files
committed
Fix invalid value for s3.region in sample settings
1 parent a15a1a1 commit 029b8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample_settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
accessKeyId: '{{accessKeyId}}',
2323
secretAccessKey: '{{secretAccessKey}}',
2424
bucket: 'my-gitlab-bucket',
25-
region: null,
25+
region: 'us-west-1',
2626
},
2727
usermap: {
2828
'username.gitlab.1': 'username.github.1',

0 commit comments

Comments
 (0)