Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-jlr authored Jun 28, 2019
1 parent a452a78 commit b439fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
func main() {
config := osc.Config{
Credentials: &osc.Credentials{
AccessKey: "7E4U4AQ0CGLTWB78Q38V",
SecretKey: "TDKLDVCNFDWFT6CVYBM9OPQ5YO9ZAJBN0JBJS99K",
AccessKey: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
SecretKey: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
Region: "eu-west-2",
},
}
Expand Down

0 comments on commit b439fd4

Please sign in to comment.