Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
bin/ozone ozsh volume create --user=$USER vol1
bin/ozone ozsh bucket create vol1/bucket1
dd if=/dev/zero of=/tmp/myfile bs=1024 count=1
bin/ozone ozsh key put vol1/bucket1/key1 /tmp/myfile

...