Skip to content

Commit

Permalink
Merge pull request #40 from MinaFoundation/PM-1124-no-more-block-prod…
Browse files Browse the repository at this point in the history
…ucers-uptime

PM-1124 Replace block producers uptime occurrences with uptime service backend
  • Loading branch information
piotr-iohk authored Feb 2, 2024
2 parents 444b22e + 24c89ef commit 677891d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/itn_uptime_analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ configuration file. The configuration file can look like this:
"output": {
"stdout": "true",
"local": "/home/user/uptime-data/uptime_2023-10-30.csv",
"s3_bucket": "673156464838-block-producers-uptime",
"s3_bucket": "673156464838-uptime-service-backend",
"s3_key": "berkeley/summary_2023-10-30.csv"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/itn_uptime_analyzer/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ const IDENTITY_COLUMN = "A"
const LETTER_A_ASCII_CODE = 65

func GetBucketName(config AppConfig) string {
return config.Aws.AccountId + "-block-producers-uptime"
return config.Aws.AccountId + "-uptime-service-backend"
}

0 comments on commit 677891d

Please sign in to comment.