S3 configuration fallback
The function uses a fallback system to determine S3 settings:- S3Configs Parameter - If provided, uses the explicit
configsobject with your custom settings. - Environment Variables - If no configs provided, automatically reads from environment variables:
AWS_ACCESS_KEY_ID- Your AWS access keyAWS_SECRET_ACCESS_KEY- Your AWS secret keyAWS_REGION- AWS region (e.g., “us-west-1”)AWS_BUCKET- S3 bucket nameAWS_ENDPOINT_URL- Optional custom S3 endpoint- Check Environment Variables & Secrets to learn more about setting environment variables.
- Intuned Defaults - If environment variables aren’t set, falls back to Intuned’s managed S3 storage. See S3 Attachment Storage for more details.
Examples
Arguments
Configuration object for the upload operation