Skip to content

Commit

Permalink
Update aws access key to fix backup
Browse files Browse the repository at this point in the history
  • Loading branch information
kellpossible committed Dec 4, 2023
1 parent 8741fb0 commit b1da388
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ indexmap = { workspace = true, features = ["serde"] }
pulldown-cmark = { version = "0.9.3", default-features = false }
enum-iterator = { workspace = true }
num-traits = "0.2"
rusty-s3 = "0.4.1"
rusty-s3 = "0.5.0"
cronchik = { version = "2.0.4", features = ["time"] }
tempfile = "3.8.0"
md-5 = "0.10.5"
Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kill_timeout = "5s"
[backup]
schedule="0 0 * * *"
aws_access_key_id="AKIAZDRMYMOA6XEZSMGP"
aws_access_key_id="AKIAZDRMYMOA6VPVQQYX"
s3_endpoint="https://s3.eu-central-1.amazonaws.com"
s3_bucket_name="avalanche-ge"
s3_bucket_region="eu-central-1"
Expand Down

0 comments on commit b1da388

Please sign in to comment.