We run s5cmd sync on a folder w/ ~20 TByte of video files (around ~250k files in total). With the latest v2.0.0 release the process starts returning expired signature errors sooner or later (sometimes only a couple new files are uploaded before all requests return the expiry warning):
request expired, resigning
This never happens with v2.0.0-beta2.
We run the following command against a target bucket in AWS eu-west-1 region:
s5cmd sync \
--no-follow-symlinks \
--exclude "*/temp/*" \
--acl "private" \
--sse "AES256" \
--storage-class "GLACIER_IR" \
$LOCAL_SOURCE $S3_TARGET
We run s5cmd sync on a folder w/ ~20 TByte of video files (around ~250k files in total). With the latest v2.0.0 release the process starts returning expired signature errors sooner or later (sometimes only a couple new files are uploaded before all requests return the expiry warning):
This never happens with v2.0.0-beta2.
We run the following command against a target bucket in AWS eu-west-1 region: