jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
488 stars 112 forks source link

AWS FileStorage improvements #2893

Open dgodlevskiy opened 4 months ago

dgodlevskiy commented 4 months ago

The following improvements will be helpful when working with non-amazon s3 storages.

  1. Make region property optional
  2. Support path-style bucket access
knstvk commented 4 months ago

It would provide compatibility with https://ceph.io

gorbunkov commented 1 month ago

Regarding the "Support path-style bucket access":

Maybe we should not spend time on supporting the path-style access.

dgodlevskiy commented 1 month ago

@gorbunkov Regarding the "Support path-style bucket access":

It's easy to do and will be useful for intergrating with legacy systems that don't support virtual-hosted-style. It might be difficult or even not possible to change it on their side