mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-26 11:39:05 -05:00
Fix compile breakage as a result of updating aws import
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ func NewAWSStore(bucket, table, region, key, secret string) AWSStore {
|
||||
return AWSStore{
|
||||
bucket,
|
||||
table,
|
||||
s3.New(&aws.Config{Region: region, Credentials: creds}),
|
||||
dynamodb.New(&aws.Config{Region: region, Credentials: creds}),
|
||||
s3.New(&aws.Config{Region: ®ion, Credentials: creds}),
|
||||
dynamodb.New(&aws.Config{Region: ®ion, Credentials: creds}),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user