Difference between revisions of "MinIO Client"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(12 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
<pre>
+
[[mc ls|ls]]       list buckets and objects
ls        list buckets and objects
+
mb        make a bucket
mb        make a bucket
+
rb        remove a bucket
rb        remove a bucket
+
cat      display object contents
cat      display object contents
+
head      display first 'n' lines of an object
head      display first 'n' lines of an object
+
pipe      stream STDIN to an object
pipe      stream STDIN to an object
+
[[share]]     generate URL for temporary access to an object
share    generate URL for temporary access to an object
+
cp        copy objects  
cp        copy objects
+
[[mc mirror|mirror]]   synchronize objects to a remote site
mirror    synchronize objects to a remote site
+
find      search for objects
find      search for objects
+
[[sql]]       run sql queries on objects
sql      run sql queries on objects
+
[[mc stat|stat]]     stat contents of objects
stat      stat contents of objects
+
lock      set and get object lock configuration
lock      set and get object lock configuration
+
retention set object retention for objects with a given prefix
retention set object retention for objects with a given prefix
+
legalhold set object legal hold for objects
legalhold set object legal hold for objects
+
diff      list differences in object name, size, and date between buckets
diff      list differences in object name, size, and date between buckets
+
rm        remove objects
rm        remove objects
+
event    manage object notifications
event    manage object notifications
+
watch    watch for object events
watch    watch for object events
+
policy    manage anonymous access to objects
policy    manage anonymous access to objects
+
admin    manage MinIO servers
admin    manage MinIO servers
+
session  manage saved sessions for cp command
session  manage saved sessions for cp command
+
config    manage mc configuration file
config    manage mc configuration file
+
update    check for a new software update
update    check for a new software update
+
version  print version info
version  print version info
 
</pre>
 
  
 +
 +
== Commands ==
 +
* <code>[[mc admin info play]]</code>
 +
* <code>[[mc tree]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{MinIO}}
 
* {{Object storage}}
 
* {{Object storage}}
  
  
 
[[Category:Storage]]
 
[[Category:Storage]]

Latest revision as of 14:19, 11 July 2021

brew install minio/stable/mc


ls        list buckets and objects
mb        make a bucket
rb        remove a bucket
cat       display object contents
head      display first 'n' lines of an object
pipe      stream STDIN to an object
share     generate URL for temporary access to an object
cp        copy objects 
mirror    synchronize objects to a remote site
find      search for objects
sql       run sql queries on objects
stat      stat contents of objects
lock      set and get object lock configuration
retention set object retention for objects with a given prefix
legalhold set object legal hold for objects
diff      list differences in object name, size, and date between buckets
rm        remove objects
event     manage object notifications
watch     watch for object events
policy    manage anonymous access to objects
admin     manage MinIO servers
session   manage saved sessions for cp command
config    manage mc configuration file
update    check for a new software update
version   print version info


Commands[edit]

See also[edit]

Advertising: