Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Store large Size videos

by
Layline Tech, Hed Shefer
- 20/11/2024 20:20:20
Thanks! The explanation is clear and meets our needs.

On Wed, 20 Nov 2024 at 20:53, Axel Mendoza <notifications@odoo-community.org> wrote:
It's a combination of deployment strategies where the odoo filestore is mounted into the local filesystem as FUSE. The attachment is created empty in Odoo to get the store_fname location into the S3 Bucket and then the upload action is pre-signed to allow the user upload the files directly into S3 uri location and all the operations that involve the usage of the file is also pre-signed so the user will be able to view it, download and even edit it using online tools for some file types like using google docs or microsoft office online. For Odoo the file lives in the filestore but the filestore is remote in an S3 bucket


On Wed, Nov 20, 2024 at 11:57 AM Hed Shefer <notifications@odoo-community.org> wrote:
Great!

And how was the integration after loading to aws S3? Did you fetch the files to the odoo website page without issues?


בתאריך יום ד׳, 20 בנוב׳ 2024, 19:38, מאת Axel Mendoza ‏<notifications@odoo-community.org>:
Hello
I have experience directly uploading big files to AWS S3 and also integrated with Odoo. You should avoid at all cost to give Odoo the file since it will load it completely in memory and it will be very slow and could easily crash for big files


On Wed, Nov 20, 2024 at 11:27 AM Roussel, Denis <notifications@odoo-community.org> wrote:
Hi Hed,

I suggest you to check fs_storage module: https://github.com/OCA/storage/tree/16.0/fs_storage

It supports external storages as S3, ...

Regards,

On Wed, Nov 20, 2024 at 2:42 PM Hed Shefer <notifications@odoo-community.org> wrote:
Hi everyone,

Does anyone have experience with storing very large video files (e.g., 1-hour-long, few GB) in the Odoo file system or an external drive?

Our use case involves an Odoo website with Videos, and we're trying to avoid embedding videos from external platforms like YouTube.

Thanks

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe



--

Reference