Difference between revisions of "MinIO Client"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
  ls        list buckets and objects
+
  [[mc ls|ls]]       list buckets and objects
 
  mb        make a bucket
 
  mb        make a bucket
 
  rb        remove a bucket
 
  rb        remove a bucket
Line 10: Line 10:
 
  [[share]]    generate URL for temporary access to an object
 
  [[share]]    generate URL for temporary access to an object
 
  cp        copy objects  
 
  cp        copy objects  
  [[mirror]]    synchronize objects to a remote site
+
  [[mc mirror|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
  stat      stat contents of objects
+
  [[mc stat|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
Line 27: Line 27:
 
  update    check for a new software update
 
  update    check for a new software update
 
  version  print version info
 
  version  print version info
 +
 +
 +
== 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: