You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
355 B
355 B
% MINIO(1) Minio Manual % Minio % December 2014
NAME
minio-get - Get an object from the store.
SYNOPSIS
minio get BUCKET OBJECTPATH
DESCRIPTION
Gets an object from a given BUCKET at the given OBJECTPATH. The object is returned on the standard output stream (STDOUT)
EXAMPLES
$ minio get images /favorites/example.png > local_image.png