-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
31 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: mc | ||
version: master | ||
summary: ls, cp, mkdir, mirror commands for filesystems and object storage. | ||
description: | | ||
Minio Client (mc) provides a modern alternative to UNIX commands | ||
like ls, cat, cp, mirror, diff etc. It supports filesystems and | ||
Amazon S3 compatible cloud storage service (AWS Signature v2 and v4). | ||
grade: devel # must be 'stable' to release into candidate/stable channels | ||
confinement: devmode | ||
|
||
apps: | ||
mc: | ||
command: mc | ||
plugs: [home, network, network-bind] | ||
|
||
parts: | ||
mc: | ||
source: . | ||
plugin: go | ||
go-importpath: github.com/minio/mc | ||
after: [go] | ||
go: | ||
source-tag: go1.8.3 |