mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
Adding markdown manpages
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
% MINIO(1) Minio Manual
|
||||
% Minio
|
||||
% December 2014
|
||||
# NAME
|
||||
minio-put - Put an object into the store.
|
||||
|
||||
# SYNOPSIS
|
||||
**minio put**
|
||||
BUCKET OBJECTPATH [FILE]
|
||||
|
||||
# DESCRIPTION
|
||||
Adds an object to a given BUCKET at the given OBJECTPATH. An optional FILE may
|
||||
be provided. If no FILE is provided, the standard input stream (STDIN) is used
|
||||
instead.
|
||||
|
||||
# EXAMPLES
|
||||
|
||||
$ minio put images /favorites/example.png local_image.png
|
||||
$ minio put images /favorites/example2.png < local_image2.png
|
||||
Reference in New Issue
Block a user