github.com/cs3org/reva/v2@v2.27.7/changelog/1.6.0_2021-02-16/s3ng-storage-driver.md (about)

     1  Enhancement: Add s3ng storage driver, storing blobs in a s3-compatible blobstore
     2  
     3  We added a new storage driver (s3ng) which stores the file metadata on a local
     4  filesystem (reusing the decomposed filesystem of the ocis driver) and the
     5  actual content as blobs in any s3-compatible blobstore.
     6  
     7  https://github.com/cs3org/reva/pull/1429