S3Express

S3Express

Copy, query, backup multiple files to S3 using the Windows command line

Category
Cloud
License
Commercial
Platforms
Windows
Released
2014
Path
c:\S3Express\S3Express.exe
Notes
Adobe ColdFusion 10: 110 seconds. AmazonS3 CLI: 40 seconds; S3Express: 16 seconds!
Version
Latest known: 1.5.13 (2025-01-29)

Examples

1. Upload all JPGs in a folder using 16 threads

s3express.exe put c:\folder\*.jpg mybucket -s -t:16 -optimize

2. Upload 27mb file

s3express.exe "loadauth NAME" "put d:\file.zip s3dir/s3subdir/ -t:10 -rr -minoutput -optimize -mul:5 -nomulmd5 -nomd5existcheck -nobucketlisting -move -tofile:d:\filelog.txt" -exit

3. One-way-copy+delete files/directories from a local path to a remote S3 server based on MD5 hash. "_gsdata_" directory is exluded. To work with BAT file, a separate TXT file and the "exec" command will need to be used due to brackets in the commandline.

S3Express.exe -ini:OneWaySync.txt.txt -nm