-
Notifications
You must be signed in to change notification settings - Fork 37
Fatal S3.list-error #90
Copy link
Copy link
Open
Description
s3p version: 3.5.2
With the latest version of s3p I'm running into an error that often causes my command to not complete successfully. Full details in attached S3.list-error.log.
Command used:
export AWS_REGION=eu-north-1
time npx s3p sync --bucket my-bucket --to-bucket my-target-bucket --overwrite --storage-class INTELLIGENT_TIERING --large-copy-concurrency 20
Error:
S3.list-error:
bucket: :my-bucket
prefix: undefined
startAfter: :56Rh
limit: 1000
error: Error:
class: class Error
stack:
TimeoutError: socket hang up
at connResetException (node:internal/errors:705:14)
at TLSSocket.socketCloseListener (node:_http_client:467:25)
at TLSSocket.emit (node:events:525:35)
at node:net:301:12
at TCP.done (node:_tls_wrap:588:7)
Initially this happened most often near the end of the job, with the log as attached, but I've also seen it 5-6 minutes in instead of after 22-23 minutes, which is the expected completion time for this job. I'm planning to repeat with s3p 3.4.10, but I haven't had the time yet.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels