fix: set proper ttl in createsnapshot#138
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
ttl was not added to the expiration time and the Now ts was sent to the server. This leads to errors like "Expire time must be at least 6h from the time the backup was started, which should be XXX, but got XXXX"
|
@triplequark @igorbernstein2 @telpirion |
fix: set proper ttl in createsnapshot
ttl was not added to the expiration time and the Now ts was sent to the server. This leads to errors like "Expire time must be at least 6h from the time the backup was started, which should be XXX, but got XXXX"