Skip to content

streams

Inspect and manage local multipart stream state stored under ~/.config/s3m/streams.

This is the local state used for resumable multipart file uploads.

List stream state

sh
s3m streams

s3m streams behaves like s3m streams ls.

Show one entry

sh
s3m streams show <id>

Use this to inspect source path, destination, upload ID, part counters, timestamps, and stored errors.

Resume one entry

sh
s3m streams resume <id>

This only resumes valid local file multipart state. Broken, complete, pipe, compressed, or encrypted entries are rejected clearly.

Clean broken or completed state

sh
s3m streams clean

This cleanup is conservative and keeps active or resumable entries.

Legacy compatibility remains available:

sh
s3m --clean

JSON output

List output:

sh
s3m streams ls --json

Show one entry:

sh
s3m streams show <id> --json

Cleanup summary:

sh
s3m streams clean --json

Released under the BSD License.