Configuration for AWS S3 storage operations. Defines the parameters needed to connect to and interact with AWS S3 storage services. Supports both standard AWS S3 and S3-compatible storage services through custom endpoints.Documentation Index
Fetch the complete documentation index at: https://intunedhq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Properties
Name of the S3 bucket to store files in. Must be a valid S3 bucket name following AWS naming conventions.
AWS region where the S3 bucket is located. Examples: “us-east-1”, “eu-west-1”, “ap-southeast-1”
AWS access key ID for authentication. If undefined, will attempt to use default AWS credentials or environment variables.
AWS secret access key for authentication. If undefined, will attempt to use default AWS credentials or environment variables.
Custom endpoint URL for S3-compatible storage services. Use this for services like MinIO, DigitalOcean Spaces, or other S3-compatible APIs. For standard AWS S3, leave this undefined.