Using S3 compatible storage for Authorization extension?

I’d like to use GCS to store my authorization metadata. I know that the GCS “Interoperability API” allows one to interact with GCS with an S3 compatible API.

Is this currently possible to change the URL to point at the Google service, rather than the Amazon one?

At this time, the supported storage types are Webtask and S3 so this is not possible out of the box.

The available configuration settings are strictly related to S3 and then the code is also pretty tied to S3 and relies on AWS libraries. I’m not doubting Google, it’s just that even if it does provide a compatible API that could be consumed by libraries that target AWS it’s highly likely that you would have to considerably tweak the library configuration (for example, use of specific API versions and other toggles) and that is not exposed in the extension configuration.