File storage using google bucket

Hi
As per documentation I understand the files attached in the application transaction can be saved in database (binary form), local storage and AWS. My client wants to this to be stored in Google Bucket. Is this possible? If yes, can someone share documentation and code snippets?

Hi Mortoza,

It seems that Google Cloud Storage offers compatibility with S3, so you can try to use the Jmix AWS File Storage add-on to access Google Buckets.

See for example https://cloud.google.com/storage/docs/interoperability

Regards,
Konstantin

Hi Konstantin
That’s a good news. Is there any further ideas how this can be used within Jmix?

Perhaps you should provide relevant values in application properties for connecting to the storage:
https://docs.jmix.io/jmix/files/file-storage.html#aws-fs

Using the aws add-on?

Yes, using AWS File Storage add-on.