Skip to content

Commit

Permalink
change bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Mar 16, 2024
1 parent 30b631a commit 47c53ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kitsune-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ where
let bucket = rusty_s3::Bucket::new(
endpoint,
rusty_s3::UrlStyle::Path,
"test_bucket",
"test-bucket",
"us-east-1",
)
.unwrap();
Expand Down

0 comments on commit 47c53ec

Please sign in to comment.