Fastly · Schema
LoggingS3
CDNEdge CloudEdge ComputeWebAssemblySecurityArtificial IntelligenceObservabilityAsyncAPIStreamingWebhookLogging
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/LoggingS3",
"title": "LoggingS3",
"allOf": [
{
"$ref": "#/components/schemas/LoggingCommon"
},
{
"type": "object",
"description": "Configuration for an Amazon S3 logging endpoint.",
"properties": {
"bucket_name": {
"type": "string",
"description": "The name of the S3 bucket to send logs to."
},
"access_key": {
"type": "string",
"description": "The AWS access key ID used to authenticate."
},
"secret_key": {
"type": "string",
"description": "The AWS secret access key used to authenticate."
},
"iam_role": {
"type": "string",
"description": "The Amazon Resource Name of an IAM role to assume for S3 access."
},
"domain": {
"type": "string",
"description": "The domain of the S3 endpoint."
},
"path": {
"type": "string",
"description": "The path to store logs in the S3 bucket."
},
"period": {
"type": "integer",
"description": "How frequently in seconds log files are finalized and sent.",
"default": 3600
},
"gzip_level": {
"type": "integer",
"description": "The level of gzip encoding when sending logs.",
"minimum": 0,
"maximum": 9,
"default": 0
},
"redundancy": {
"type": "string",
"description": "The S3 redundancy level.",
"enum": [
"standard",
"reduced_redundancy"
]
}
}
}
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/fastly-loggings3"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.