Skip to content

Fatal S3.list-error #90

@siebrand

Description

@siebrand

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions