You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any example to upload file using Pre-Authenticated Request URL, as I want to allow all public users to upload files using OCI javascript library. The sample in https://github.com/oracle/oci-typescript-sdk/blob/master/examples/javascript/blob-sample.js can't do that. Can advice please?
The text was updated successfully, but these errors were encountered:
i prefer not to use manual XMLRequest to upload. Instead, use oci-typesscript-sdk because it has advanced upload features like Retry logic with configurable retry attempts, automatic Chunking, parallel uploads, resume capability, progress tracking . Also it much easier to maintenance and upgrade the library later
jyotisaini
added
the
SDK
Issue pertains to the SDK itself and not specific to any service
label
Jan 15, 2025
Hi @cometta - We don't have any example of uploading an object using PAR. Is there a specific use case that you have to use PAR and not use upload manager with the bucket name etc ?
Any example to upload file using Pre-Authenticated Request URL, as I want to allow all public users to upload files using OCI javascript library. The sample in
https://github.com/oracle/oci-typescript-sdk/blob/master/examples/javascript/blob-sample.js
can't do that. Can advice please?The text was updated successfully, but these errors were encountered: