Skip to content
Snippets Groups Projects
  1. Sep 28, 2022
  2. Aug 18, 2021
  3. Mar 17, 2021
  4. Dec 17, 2020
  5. Jun 20, 2018
    • David Douard's avatar
      implement S3Storage.entity_deleted() · 0a860ec76998
      David Douard authored
      S3 object deletion can be disabled via a 's3-auto-delete' config option.
      0a860ec76998
    • David Douard's avatar
      initial implementation of the S3Storage · 7b94c60170ee
      David Douard authored
      This implementation provides an S3Storage that can be used to store entities
      attributes in an Amazon S3 storage.
      
      It comes with an STKEY rql function to be able to retrieve the S3 object key
      for the entity attribute (similar to BFSS's FSPATH rql function).
      
      S3 connection configurations are attached to the S3Storage instance, like:
      
        s3_storage = S3Storage(s3_bucket)
        storages.set_attribute_storage(repo, 'File', 'data', s3_storage)
      7b94c60170ee
Loading