github.com/cs3org/reva/v2@v2.27.7/changelog/1.7.0_2021-04-19/separate-blobs-from-metadata-in-ocis.md (about)

     1  Change: Separate blobs from metadata in the ocis storage driver
     2  
     3  We changed the ocis storage driver to keep the file content separate from the
     4  metadata by storing the blobs in a separate directory. This allows for using
     5  a different (potentially faster) storage for the metadata.
     6  
     7  **Note** This change makes existing ocis storages incompatible with the new code.
     8  
     9  We also streamlined the ocis and the s3ng drivers so that most of the code is
    10  shared between them.
    11  
    12  https://github.com/cs3org/reva/pull/1452