Oracle Cloud Infrastructure · Arazzo Workflow
Oracle Cloud Share Object Via Preauthenticated Request
Version 1.0.0
Resolve the namespace, confirm an object exists, then mint a read-only pre-authenticated URL.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a ServiceArazzoWorkflows
Provider
Workflows
share-object-via-par
Confirm an object then create a read-only pre-authenticated request for it.
Gets the namespace, fetches the object to confirm it exists, and creates an ObjectRead pre-authenticated request returning the access URI.
1
getNamespace
getNamespace
Resolve the Object Storage namespace for the requesting tenancy.
2
getObject
getObject
Confirm the target object exists in the bucket before sharing it.
3
createPar
createPreauthenticatedRequest
Create a read-only pre-authenticated request scoped to the object.