Skip to content

Commit 1088982

Browse files
authored
Merge pull request #422 from isucon/remove-aws-key
AWSのアクセスキー削除
2 parents 443765d + bb42c5e commit 1088982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bench/cmd/bench/supervise.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ var supervise = cli.Command{
324324
if production {
325325
log.Println("Running on production")
326326
// NOTE: アクセスキーを上書き
327-
accessKey = "AKIAWFVKEZX5AUP2AK6O"
328-
secretAccessKey = "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"
327+
accessKey = ""
328+
secretAccessKey = ""
329329
// NOTE: SQSはsqs初期化時に決まる
330330
finalcheckBucketName = "isucon13-finalcheck-prod"
331331

0 commit comments

Comments
 (0)