Unbabel / replicant

Synthetic application testing made easy, written in Go.
Apache License 2.0
17 stars 5 forks source link

S3 store needs region parameter at URI or region discovery #9

Open brunotm opened 4 years ago

brunotm commented 4 years ago

Currently the S3 store implementation will panic if bucket region is not specified as a query parameter in URI.

We must wither add as requirement or discover the bucket region.