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.
minio/docs/commands/minio-get.md

18 lines
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