download-s3-file

Downloads a single file from an S3 bucket This command downloads a single file from Amazon’s S3 service to your Virtualmin system. The login and password for S3 must be set using the --access-key and --secret-key flags, unless defaults have been set in the Virtualmin configuration. The --bucket flag must be given to specify the bucket containing the file, the --dest flag to choose the local file to write, and the --file flag to set the source filename.

Downloads a single file from an S3 bucket#

This command downloads a single file from Amazon’s S3 service to your Virtualmin system. The login and password for S3 must be set using the --access-key and --secret-key flags, unless defaults have been set in the Virtualmin configuration.

The --bucket flag must be given to specify the bucket containing the file, the --dest flag to choose the local file to write, and the --file flag to set the source filename.

Command line help#

virtualmin download-s3-file [--access-key key]
 [--secret-key key]
 --dest local-file
 --bucket name
 [--file remote-file]

Source: https://www.virtualmin.com/docs/development/api-programs/download-s3-file/

  • virtualmin, download, log, command line, file
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Pre and Post Domain Modification Scripts

Virtualmin allows the use of custom scripts (Shell, Perl, Python and etc.) to automate tasks...

OS Support

Virtualmin runs on top of Webmin. Webmin works on almost every UNIX-like OS, so with some manual...

Professional Features

Virtualmin GPL is already an extremely powerful and flexible virtual hosting control panel, so...

How to Configure Secondary DNS

This guide provides administrators with a quick overview of setting up automatic DNS secondary...

How to Configure Cloudflare DNS

For users looking to integrate Cloudflare with Virtualmin Pro, the process is straightforward and...