Release History
1.7.3
Added
- Added
--languagefor non-interactiveconfigto set language (ZH/EN). If omitted, defaults to ZH. - Added language selection prompt (ZH/EN) in interactive
config(default ZH).
1.7.2
Fixed
- In recursive folder upload with
cp, once all parts of a file are uploaded, US3CLI now callsmput finishimmediately instead of waiting for the whole batch. - Upload now uses the bucket’s configured storage class instead of always using
STANDARD.
1.7.0
Added
- Added global
--debugto print extra configuration and HTTP request information.
1.6.2
Fixed
cpdownload now correctly replaces the local file instead of partially overwriting it.
1.6.1
Fixed
signnow uses a default expiration time of 3600 seconds.
1.6.0
Added
- Added
sync --no-deleteto avoid deleting objects that don’t exist on the source side during sync.
1.5.2
Fixed
- Fixed a UI bug in list output.
1.5.1
Added
- Added
sync -fto skip confirmation prompt when deleting during sync. - Added error hints for 503 and 500.
1.5.0
Changed
rcatcan now specify storage class, mimetype, and metadata.- When uploading a directory with
cp, if any of[--include --exclude --rinclude --rexclude]is set, the directory name is no longer used as part of the object key prefix. - In interactive
config, US3CLI now asks whether to customize endpoint before prompting for region selection.
Added
- Added
ls --formatto output list as JSON or YAML (case-insensitive).
1.4.0
Added
- Support 32MB part size for private cloud.
- Added
--prefix-file-listto use the prefix-file-list listing API for the following commands:- cp
- du
- modify
- mv
- rm
- restore
- sync
1.3.0
Changed
catcan now download concurrently.- Fixed a
dubug that could prevent sub-accounts from retrieving bucket statistics. - You can now upload/download concurrently, but you cannot run two identical
cp,sync, orducommands at the same time. modifysupports batch modify for all objects under the same prefix when used with--recursive.- Optimized upgrade logic and fixed “executable not found” after failed upgrade.
- Fixed wildcard not working when copying in root.
- Fixed proxy config not being cleared.
Added
- Added token operations:
create-token,delete-token,update-token,describe-token. - Added new regions:
jpn-tky,th-bkk,inspurcloud. - Added
ls --prefix-file-listto call prefix-file-list API for listing.
1.2.2
Changed
- Fixed upload retry failures.
- Fixed negative progress display.
- Fixed download errors when empty directories exist.
Added
- Auto-recognize mimetype for
.svg.
1.2.0
Added
- Added switch for dynamic progress bar (enabled by default).
ducan now show directory usage.lscan now show projectid.lsnow shows file count.cpcan auto-recognize mimetype.synccan specify storage class, mimetype, and metadata.synccan auto-recognize mimetype.- Config now supports encryption, HTTPS, and proxy.
Changed
lsrestore info display updated (activation time format changed, andRestoringflag added).- Renamed sync
remotemode tolocal(behavior unchanged).
Removed
- Removed “hit/instant upload” feature from
cp.