Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Sort regions
  • Loading branch information
abetomo committed Aug 2, 2018
commit 9c39ccb18426b4e701a24c52e0ea93d39b1184da
12 changes: 6 additions & 6 deletions lib/s3_deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ const crypto = require('crypto')
// https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#createBucket-property
const S3_LOCATION_POSSIBLE_VALUES = [
'EU',
'eu-west-1',
'us-west-1',
'us-west-2',
'ap-northeast-1',
'ap-south-1',
'ap-southeast-1',
'ap-southeast-2',
'ap-northeast-1',
'sa-east-1',
'cn-north-1',
'eu-central-1'
'eu-central-1',
'eu-west-1',
'sa-east-1',
'us-west-1',
'us-west-2'
]

class S3Deploy {
Expand Down