Skip to content
Snippets Groups Projects
  1. Oct 03, 2023
  2. Jun 27, 2023
  3. Jan 17, 2023
  4. Jan 05, 2023
  5. Dec 22, 2022
  6. Sep 28, 2022
  7. Apr 08, 2022
  8. Apr 07, 2022
  9. Apr 05, 2022
  10. Feb 10, 2022
  11. Nov 23, 2021
  12. Sep 08, 2021
  13. Aug 24, 2021
  14. Mar 17, 2021
  15. Feb 23, 2021
  16. Jan 27, 2021
  17. Jan 06, 2021
  18. Dec 17, 2020
  19. Jun 23, 2020
  20. May 20, 2020
  21. Aug 31, 2018
  22. Jun 20, 2018
    • 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
  23. Jun 12, 2018
Loading