-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds missing codebase MinIO and min.io changes (#2745)
- Loading branch information
1 parent
68a9eea
commit 83a9d8b
Showing
173 changed files
with
392 additions
and
392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ | |
# | ||
# For explanation on this file format: man git-shortlog | ||
|
||
Anand Babu (AB) Periasamy <ab@minio.io> Anand Babu (AB) Periasamy <[email protected]> | ||
Anand Babu (AB) Periasamy <ab@minio.io> <[email protected]> | ||
Anand Babu (AB) Periasamy <ab@min.io> Anand Babu (AB) Periasamy <[email protected]> | ||
Anand Babu (AB) Periasamy <ab@min.io> <[email protected]> | ||
Anis Elleuch <[email protected]> | ||
Frederick F. Kautz IV <fkautz@minio.io> <[email protected]> | ||
Harshavardhana <harsha@minio.io> <[email protected]> | ||
Krishna Srinivas <krishna@minio.io> <[email protected]> | ||
Frederick F. Kautz IV <fkautz@min.io> <[email protected]> | ||
Harshavardhana <harsha@min.io> <[email protected]> | ||
Krishna Srinivas <krishna@min.io> <[email protected]> | ||
Bosky <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM alpine:3.9 | ||
|
||
MAINTAINER Minio Inc <dev@minio.io> | ||
MAINTAINER MinIO Inc <dev@min.io> | ||
|
||
RUN \ | ||
apk add --no-cache ca-certificates && \ | ||
apk add --no-cache --virtual .build-deps curl && \ | ||
curl https://dl.minio.io/client/mc/release/linux-amd64/mc > /usr/bin/mc && \ | ||
curl https://dl.min.io/client/mc/release/linux-amd64/mc > /usr/bin/mc && \ | ||
chmod +x /usr/bin/mc && apk del .build-deps | ||
|
||
ENTRYPOINT ["mc"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Minio Client (C) 2014, 2015 Minio, Inc. | ||
MinIO Client (C) 2014, 2015 MinIO, Inc. | ||
|
||
This product includes software developed at Minio, Inc. | ||
(https://minio.io/). | ||
This product includes software developed at MinIO, Inc. | ||
(https://min.io/). | ||
|
||
The Minio project contains unmodified/modified subcomponents too with | ||
The MinIO project contains unmodified/modified subcomponents too with | ||
separate copyright notices and license terms. Your use of the source | ||
code for the these subcomponents is subject to the terms and conditions | ||
of the following licenses. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.