I am assigned issue #6415 on GitHub which is to Extend Appwrite Storage with Oracle Object Storage Adapter. Went through the documentation of Utopia PHP storage adapter and how to use Utopia PHP adapter in Appwrite but confused about how to implement support for Oracle Object Storage. Can some tell me a detailed guide to solve this issue?
there are already detailed guides linked in the issue...what exactly are you stuck on?
How to integrate Utopia with Oracle Cloud Storage. When I am going through different articles on internet, they are talking about Oracle SDK.
you should take a look at the utopia-php storage library to see how the others are implemented and implement it the same way
Sure..will have a look once more.
Recommended threads
- Method EQUAL not wrking in REST API Quer...
Request: ``` postman request 'https://nyc.cloud.appwrite.io/v1/tablesdb/{databaseId}/tables/{tableId}/rows?queries[]={%22method%22%3A%22select%22%2C%22values%2...
- OIDC not working on Appwrite cloud
tl;dr: same project settings, same OIDC credentials. Auth works on self hosted but not in cloud. I have a project in my self hosted instance with a single web ...
- Is it possible to deploy pre-built Nuxt ...
Hi, is it possible to only deploy the ./.output folder of a Nuxt App that uses server side routes to Appwrite Sites? Background is that the build produced ...