elastio / elastio-snap

kernel module for taking block-level snapshots and incremental backups of Linux block devices
GNU General Public License v2.0
19 stars 7 forks source link

CI worklow fails due AWS credential expiration #283

Closed babinskiy closed 1 year ago

babinskiy commented 1 year ago

Sometimes, workflow jobs fails if its duration takes long time
Example error message from job:

Run excl_ptrn="*GPG-KEY"
+ aws s3api put-object --acl private --body repobuild/artifacts/Amazon/2023/aarch64/Packages/elastio-snap-debuginfo-0.12.2-1.amzn2023.aarch64.rpm --bucket artifacts.assur.io --key linux/elastio-snap/master/1126/rpm/Amazon/2023/aarch64/Packages/elastio-snap-debuginfo-0.12.2-1.amzn2023.aarch64.rpm

An error occurred (ExpiredToken) when calling the PutObject operation: The provided token has expired.
+ exit 7
Error: Process completed with exit code 7.

Thanks @skypodolsky for reporting