Storage import
Storage import should be used only in two setups:
- There is a legacy dataset located on the storage, which should be imported
into a space for processing. The dataset is not expected to change (outside of Onedata).
A single dataset scan is sufficient.
- Like above, but the data on the storage is to be modified directly by third parties,
bypassing the Oneprovider interfaces, and the changes should be reflected in the
supported space. Continuous dataset scan must be enabled.
In other cases (non-imported spaces), the storage backend is expected to be initially
empty, and may only be accessed via Onedata (otherwise, the metadata consistency will be
broken). Do not use the imported option unless necessary (see the above points),
as it has a negative impact on the data access performance.
An imported storage backend can be specified as read-only — Oneprovider then denies
any data modifications and does not attempt to create, modify, or delete files on it.