Skip to content

Commit

Permalink
Merge pull request #317 from davide125/bucket
Browse files Browse the repository at this point in the history
lambda: fix bucket name
  • Loading branch information
davide125 authored May 13, 2024
2 parents f0e224a + cda9228 commit 1f811a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resctl-bench/src/lambda.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const RESULT_PATH: &'static str = "/tmp/result.json.gz";
// For testing purpose.
//const IOCOST_BUCKET: &'static str = "iocostbucket";
//const IOCOST_BUCKET_REGION: &'static str = "eu-north-1";
const IOCOST_BUCKET: &'static str = "iocost-submit";
const IOCOST_BUCKET: &'static str = "iocost-submit-us-east-1";
const IOCOST_BUCKET_REGION: &'static str = "us-east-1";

pub fn init_lambda() {
Expand Down

0 comments on commit 1f811a9

Please sign in to comment.