Hello, I have my addressable asset bundles and remote catalog files stored in an S3 bucket which required signed URLs to access. I managed to solve this for the asset bundles by overriding AssetBundleProvider with the signing code, and setting this new class as the new AssetBundleProvider under the Advanced Options of the group.
Is there any way I can do something like this for the remote catalog? The remote catalog loading fails with a 403 (due to the lack of signing), and I can’t find a place where I can override the providers that fetch this catalog (which I assume is TextDataProvider and ContentCatalogProvider).