S3Express: Amazon S3 Command Line Utility
Amazon S3 command line utility for Windows. Copy, query, backup multiple files to S3 using the Windows command line.
Requires S3Express version 1.5.9 or newer.
You can configure S3Express to work with Minio by setting the following options in S3Express.
A) Set the S3Express end-point to Minio IP and port number. For example, assuming Minio is running on IP 191.168.1.10 and port 9000:
setopt -endpoint:192.168.1.10:9000
B) Enable the S3Express option to use path-style requests:
setopt -usepathstyle:on
C) If your Minio installation only supports HTTP and not HTTPs, then set S3Express to use the HTTP protocol:
setopt -protocol:http
D) Enter your Minio authorization credentials in S3Express as you would do for S3, using the saveauth command.
You are now ready to use S3Express with Minio.
There are no user comments for this topic.