feat: enable setting dataset as readonly
This MR accomplishes the following
- Uses
read_only_file_formats
values inconfig.yaml
to determine which file formats arereadonly
- The default values in
read_only_file_formats
fromconfig.yaml
can be overriden usingread-only
andread-write
flags passed tosdutil cp
operation