Oracle Cloud Infrastructure · Arazzo Workflow
Oracle Cloud Create Bucket And Upload Object
Version 1.0.0
Resolve the namespace, create a bucket, upload an object, then confirm it is listed.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a ServiceArazzoWorkflows
Provider
Workflows
create-bucket-and-upload-object
Resolve namespace, create a bucket, upload an object, and confirm it.
Gets the namespace, creates a bucket, puts an object into it, and lists the bucket objects to confirm the upload succeeded.
1
getNamespace
getNamespace
Resolve the Object Storage namespace for the requesting tenancy.
2
createBucket
createBucket
Create a private, versioning-enabled bucket in the namespace.
3
putObject
putObject
Upload the supplied content as an object into the new bucket.
4
listObjects
listObjects
List the bucket objects to confirm the uploaded object is present.