oci-java-sdk
oci-java-sdk copied to clipboard
Accessing object storage bucket with a pre-authenticated request
Hi Team,
I'm looking for a way to use a PAR(pre-authenticated request url) to access object storage bucket from java sdk.
I see we can use curl and directly pass the PAR url and that is giving me list of objects but I don't see listObjects call having any fields for PAR.
Is there way to use PAR and java sdk for accessing object storage
Hi @GNeeraja5,
Thanks for creating the issue. We will take a look and get back to you soon.
I am having the same question. Is there any way to accessing object storage using preauthenticated URL in oci java sdk. @GNeeraja5 Do you found any solutions for this. There is a requirement for authenticationDetailsProvider which needs all those information. But I have only preauthenticatred URL, namespace and bucket name.