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.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
CreateBucket | supported | control | PUT /{bucket} | explicitlyEmpty | json | yes | JSON contract |
DeleteBucket | supported | control | DELETE /{bucket} | explicitlyEmpty | explicitlyEmpty | yes | JSON contract |
ListBuckets | supported | control | GET / | explicitlyEmpty | json | yes | JSON contract |
Tenant-callable data-plane operations
Use these operations for application data or runtime work.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
PutObject | supported | data | PUT /{bucket}/{key} | binary | explicitlyEmpty | no | JSON contract |
GetObject | supported | data | GET /{bucket}/{key} | explicitlyEmpty | binary | no | JSON contract |
HeadObject | supported | data | HEAD /{bucket}/{key} | explicitlyEmpty | explicitlyEmpty | no | JSON contract |
DeleteObject | supported | data | DELETE /{bucket}/{key} | explicitlyEmpty | explicitlyEmpty | no | JSON contract |
ListObjectsV2 | supported | data | GET /{bucket} | explicitlyEmpty | json | no | JSON contract |
CreateMultipartUpload | supported | data | POST /{bucket}/{key} | explicitlyEmpty | xml | no | JSON contract |
UploadPart | supported | data | PUT /{bucket}/{key} | binary | explicitlyEmpty | no | JSON contract |
CompleteMultipartUpload | supported | data | POST /{bucket}/{key} | xml | xml | no | JSON contract |
AbortMultipartUpload | supported | data | DELETE /{bucket}/{key} | explicitlyEmpty | explicitlyEmpty | no | JSON contract |
PresignedUrl | supported | data | GET | PUT /{bucket}/{key} | binary | binary | no |
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.
