Skip to content

Commit

Permalink
Merge branch 'master' into race-35922
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao authored Jul 11, 2022
2 parents 0ab277d + 1da144c commit 771b2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions br/pkg/storage/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ func newS3Storage(backend *backuppb.S3, opts *ExternalStorageOptions) (obj *S3St
}

qs.Region = region
backend.Region = region
if region != defaultRegion {
awsConfig.WithRegion(region)
c = s3.New(ses, awsConfig)
Expand Down

0 comments on commit 771b2e8

Please sign in to comment.