Commit Graph
7 Commits
Author SHA1 Message Date
Maksym Yankin 987c303064 [MIG] attachment_s3: Migration to 18.0 2025-02-03 10:20:18 +02:00
Maksym Yankin 2428189308 Revert feat: remove unmaintened modules (#443) 2025-02-03 10:20:18 +02:00
Vincent RenavilleandGitHub b1434e34d0 feat: remove unmaintened modules (#443) 2023-11-13 11:33:13 +01:00
Tonow-c2c 37a3852c80 BSRD-286: MIG V13 attachement_s3 2019-10-08 17:13:34 +02:00
jcoux 5c43e3547e fixup! Migration to 12.0 2018-11-23 09:31:46 +01:00
jcoux 7eac1013eb Migration to 12.0 2018-10-24 12:44:45 +02:00
Guewen Baconnier 73aaff62fc Rework attachment_s3:
* store the S3 uri in the 'store_fname' (s3://bucket/key)
* the read-only mode is now built-in, as we store the bucket name, if a
  instance is started with a different bucket or another filestore
  method, it will continue to read the previous attachments on their
  stored bucket, but new attachments will be stored on the new one
* remove config in ir.config_parameter, it makes all the stuff more
  complex and we don't use them (config file would be more interesting)
* automatically migrate the attachments on loading of the server, so
  if an ir.attachment has been created during the module
  upgrade/initialization before attachment_s3 is loaded, it will be sent
  to S3 as soon as it's loaded
2016-10-31 13:57:20 +01:00