Skip to content

Commit

Permalink
Another small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lol3rrr committed Oct 30, 2023
1 parent be33720 commit 0ec4df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/s3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ impl S3Storage {
pub fn new(bucket: s3::Bucket) -> Self {
Self {
bucket,
filename: "/storage.json".to_string(),
filename: "storage.json".to_string(),
}
}
}
Expand Down

0 comments on commit 0ec4df5

Please sign in to comment.