Skip to content

objects API operations

Tenant callers can use 13 current operations at https://objects.cloud.skippr.io. Call only control-plane or data-plane operations marked supported or implemented; contract stubs and internal operations are not tenant-callable.

  • Endpoint: https://objects.cloud.skippr.io
  • Protocol: rest
  • SigV4 service: objects
  • Target prefix: ``
  • Readiness counts: {"supported": 13}
  • Service guide: objects
  • Aggregate reference: all API operations

Tenant-callable control-plane operations

Use these operations to create, inspect, update, list, or delete service resources.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
CreateBucketsupportedcontrolPUT /{bucket}explicitlyEmptyjsonyesJSON contract
DeleteBucketsupportedcontrolDELETE /{bucket}explicitlyEmptyexplicitlyEmptyyesJSON contract
ListBucketssupportedcontrolGET /explicitlyEmptyjsonyesJSON contract

Tenant-callable data-plane operations

Use these operations for application data or runtime work.

OperationStatusPlaneProtocol targetRequestResponseTerraformSchema
PutObjectsupporteddataPUT /{bucket}/{key}binaryexplicitlyEmptynoJSON contract
GetObjectsupporteddataGET /{bucket}/{key}explicitlyEmptybinarynoJSON contract
HeadObjectsupporteddataHEAD /{bucket}/{key}explicitlyEmptyexplicitlyEmptynoJSON contract
DeleteObjectsupporteddataDELETE /{bucket}/{key}explicitlyEmptyexplicitlyEmptynoJSON contract
ListObjectsV2supporteddataGET /{bucket}explicitlyEmptyjsonnoJSON contract
CreateMultipartUploadsupporteddataPOST /{bucket}/{key}explicitlyEmptyxmlnoJSON contract
UploadPartsupporteddataPUT /{bucket}/{key}binaryexplicitlyEmptynoJSON contract
CompleteMultipartUploadsupporteddataPOST /{bucket}/{key}xmlxmlnoJSON contract
AbortMultipartUploadsupporteddataDELETE /{bucket}/{key}explicitlyEmptyexplicitlyEmptynoJSON contract
PresignedUrlsupporteddataGETPUT /{bucket}/{key}binarybinaryno

Contract stubs

These catalog entries are not current callable tenant contracts.

No operations in this group.

Internal operations

These operations are platform-facing. Tenant clients must not call them.

No operations in this group.