ObservabilityS3DestinationConfig - Python SDK

ObservabilityS3DestinationConfig method reference

The Python SDK and docs are currently in beta. Report issues on GitHub.

Fields

FieldTypeRequiredDescription
access_key_idstr✔️N/A
bucket_namestr✔️N/A
endpointOptional[str]Only for S3-compatible services like Cloudflare R2 (https://account-id.r2.cloudflarestorage.com) or MinIO. Leave blank for standard AWS S3.
headersDict[str, str]Custom HTTP headers to include in requests to this destination.
path_templateOptional[str]Template for S3 object path. The filename ({traceId}-{timestamp}.json) is automatically appended. Available variables: {prefix}, {date}, {year}, {month}, {day}, {apiKeyName}
prefixOptional[str]N/A
regionOptional[str]N/A
secret_access_keystr✔️N/A
session_tokenOptional[str]N/A