I need to allow users to download objects from Oracle Object Storage.
I found this:
CreatePreauthenticatedRequest OBJECTSTORAGE
POST /n/{namespaceName}/b/{bucketName}/p/
Creates a pre-authenticated request specific to the bucket.
Oracle Cloud Infrastructure API Reference and Endpoints (0 Bytes)The request body must contain a single CreatePreauthenticatedRequestDetails resource.
I found the documentation for CreatePreauthenticatedRequestDetails:
Oracle Cloud Infrastructure API Reference and Endpoints (0 Bytes)but I don't understand exactly what the request details should look like.
I want to use PLSQL, create the body content and get the pre authoriziation.
Any help is appreciated. Thanks