S3 cold repo - The specified key does not exist. #1405
-
|
I am getting these warnings, when running Basically it says Repro: https://github.com/frontline-hq/backups-unstoppable You will find instructions on how to run it in the readme of that branch: https://github.com/frontline-hq/backups-unstoppable/tree/rustic-testing-issue Do these warnings matter? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @benjaminpreiss , thanks for the question! This seems to be a warn log from opendal when we check if a config file already exist (which shouldn't in the case of TL;DR: I think everything worked as expected and you can simply ignore the messages; I agree the WARN is irritating and should be changed to a DEBUG or TRACE info (which is not shown by default) |
Beta Was this translation helpful? Give feedback.
Hi @benjaminpreiss , thanks for the question!
This seems to be a warn log from opendal when we check if a config file already exist (which shouldn't in the case of
init, so the fact that we cannot find it is the expected behavior).I opened an issue here: apache/opendal#5602
TL;DR: I think everything worked as expected and you can simply ignore the messages; I agree the WARN is irritating and should be changed to a DEBUG or TRACE info (which is not shown by default)