mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-12 17:32:42 +00:00
Revert "Change hard-coded EUWest to USEast"
This reverts commit 84297ff0a6
.
This commit is contained in:
parent
36fc6ede75
commit
ad23f880f3
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -30,7 +30,7 @@ func main() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
s3Conn := s3.New(awsAuth, aws.USEast)
|
s3Conn := s3.New(awsAuth, aws.EUWest)
|
||||||
s3Storage = s3Conn.Bucket(os.Getenv("S3Bucket"))
|
s3Storage = s3Conn.Bucket(os.Getenv("S3Bucket"))
|
||||||
|
|
||||||
m := martini.Classic()
|
m := martini.Classic()
|
||||||
|
|
Loading…
Reference in a new issue