{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 R2 Bucket API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "R2 Bucket", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Buckets", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "name_contains", "value": "", "type": "query" }, { "name": "start_after", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "Lists all R2 buckets on your account" }, { "info": { "name": "APIs.io Engineering Platform Create Bucket", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new R2 bucket." }, { "info": { "name": "APIs.io Engineering Platform Get Bucket", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets/:bucket_name", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "bucket_name", "value": "", "type": "path" } ] }, "docs": "Gets metadata for an existing R2 bucket." }, { "info": { "name": "APIs.io Engineering Platform Delete Bucket", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets/:bucket_name", "params": [ { "name": "bucket_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Deletes an existing R2 bucket." }, { "info": { "name": "APIs.io Engineering Platform List Custom Domains of Bucket", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets/:bucket_name/domains/custom", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "bucket_name", "value": "", "type": "path" } ] }, "docs": "Gets a list of all custom domains registered with an existing R2 bucket." }, { "info": { "name": "APIs.io Engineering Platform Attach Custom Domain To Bucket", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets/:bucket_name/domains/custom", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "bucket_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Register a new custom domain for an existing R2 bucket." }, { "info": { "name": "APIs.io Engineering Platform Configure Custom Domain Settings", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets/:bucket_name/domains/custom/:domain_name", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "bucket_name", "value": "", "type": "path" }, { "name": "domain_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit the configuration for a custom domain on an existing R2 bucket." }, { "info": { "name": "APIs.io Engineering Platform Remove Custom Domain From Bucket", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets/:bucket_name/domains/custom/:domain_name", "params": [ { "name": "bucket_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" }, { "name": "domain_name", "value": "", "type": "path" } ] }, "docs": "Remove custom domain registration from an existing R2 bucket" }, { "info": { "name": "APIs.io Engineering Platform Get r2.dev Domain of Bucket", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets/:bucket_name/domains/managed", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "bucket_name", "value": "", "type": "path" } ] }, "docs": "Gets state of public access over the bucket's R2-managed (r2.dev) domain." }, { "info": { "name": "APIs.io Engineering Platform Update r2.dev Domain of Bucket", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets/:bucket_name/domains/managed", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "bucket_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates state of public access over the bucket's R2-managed (r2.dev) domain." }, { "info": { "name": "APIs.io Engineering Platform Get Sippy Configuration", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets/:bucket_name/sippy", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "bucket_name", "value": "", "type": "path" } ] }, "docs": "Gets configuration for Sippy for an existing R2 bucket." }, { "info": { "name": "APIs.io Engineering Platform Enable Sippy", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets/:bucket_name/sippy", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "bucket_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets configuration for Sippy for an existing R2 bucket." }, { "info": { "name": "APIs.io Engineering Platform Disable Sippy", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/buckets/:bucket_name/sippy", "params": [ { "name": "bucket_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Disables Sippy on this bucket" }, { "info": { "name": "APIs.io Engineering Platform Create Temporary Access Credentials", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/r2/temp-access-credentials", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates temporary access credentials on a bucket that can be optionally scoped to prefixes or objects." } ] } ], "bundled": true }