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 streamss3m 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 cleanThis cleanup is conservative and keeps active or resumable entries.
Legacy compatibility remains available:
sh
s3m --cleanJSON output
List output:
sh
s3m streams ls --jsonShow one entry:
sh
s3m streams show <id> --jsonCleanup summary:
sh
s3m streams clean --json