Skip to content

objects API actions

Use skippr-cloud objects <operation> for these actions. The HTTPS endpoint is https://objects.cloud.skippr.io. Actions listed as coming soon or platform-only are listed for completeness; do not build on them yet.

  • CLI: skippr-cloud objects
  • Endpoint: https://objects.cloud.skippr.io
  • Service guide: objects
  • Aggregate reference: all API actions
  • Terraform / CDKTF: cloud_object_bucket (CloudObjectBucket)
  • Examples: the service guide shows CLI, Terraform, CDKTF TypeScript, and CDKTF Python tabs

Resource management actions

Create, inspect, update, list, or delete resources.

API actionCLIRequest targetJSON contract
CreateBucketskippr-cloud objects create-bucketPUT /{bucket}JSON contract
DeleteBucketskippr-cloud objects delete-bucketDELETE /{bucket}JSON contract
ListBucketsskippr-cloud objects list-bucketsGET /JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
PutObjectskippr-cloud objects put-objectPUT /{bucket}/{key}JSON contract
GetObjectskippr-cloud objects get-objectGET /{bucket}/{key}JSON contract
HeadObjectskippr-cloud objects head-objectHEAD /{bucket}/{key}JSON contract
DeleteObjectskippr-cloud objects delete-objectDELETE /{bucket}/{key}JSON contract
ListObjectsV2skippr-cloud objects list-objects-v2GET /{bucket}JSON contract
CreateMultipartUploadskippr-cloud objects create-multipart-uploadPOST /{bucket}/{key}JSON contract
UploadPartskippr-cloud objects upload-partPUT /{bucket}/{key}JSON contract
CompleteMultipartUploadskippr-cloud objects complete-multipart-uploadPOST /{bucket}/{key}JSON contract
AbortMultipartUploadskippr-cloud objects abort-multipart-uploadDELETE /{bucket}/{key}JSON contract
PresignedUrlskippr-cloud objects presigned-urlGETPUT /{bucket}/{key}

Coming later

These actions are coming soon.

No actions in this group.

Platform-only actions

These actions are platform-only. Do not call them from the CLI or SDKs.

No actions in this group.