Skip to content

Commit

Permalink
Merge pull request #422 from isucon/remove-aws-key
Browse files Browse the repository at this point in the history
AWSのアクセスキー削除
  • Loading branch information
kazeburo authored Nov 27, 2023
2 parents 443765d + bb42c5e commit 1088982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/cmd/bench/supervise.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ var supervise = cli.Command{
if production {
log.Println("Running on production")
// NOTE: アクセスキーを上書き
accessKey = "AKIAWFVKEZX5AUP2AK6O"
secretAccessKey = "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"
accessKey = ""
secretAccessKey = ""
// NOTE: SQSはsqs初期化時に決まる
finalcheckBucketName = "isucon13-finalcheck-prod"

Expand Down

0 comments on commit 1088982

Please sign in to comment.