Versions Compared

Key

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

...

Once you have ozone running you can use these Ozone shell commands to create a volume, bucket and keys. E.g.


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


Clean up your Dev Environment

...