Add [Force Path Style] option to S3 Configuration

Some block storage service provider don’t support virtual host-style access to bucket storage, like Oracle Cloud Object Storage which what I use in my application.


This is documented in their amazon S3 compatibility API page
https://docs.oracle.com/en-us/iaas/Content/Object/Tasks/s3compatibleapi.htm

In order to integrate oracle object storage in my application, I had to change wappler app.js file and add the highlighted S3 property to be like this:

It would be great to allow users the option to toggle this property on/off, and to be available in wappler S3 configuration UI:

The red box it’s what I request to be added.

You can vote for yourself.

image

1 Like

This saved me after hours of attempts to get my Object Storage at Infomaniak (S3- and OpenStack Swift-compatible) running with the Server Connect API. Oracle Cloud Object Storage uses the same technology. So thanks to you, OmarMS.
@George please add this (easy) feature in one of your next releases, as OpenStack Swift implementations won’t run without it – and/or add “OpenStack Swift” as additional Service.

1 Like