aws_key_id ACCESS_KEY # The access key for Minio
aws_sec_key SECRET_KEY # The secret key for Minio
s3_bucket BUCKET_NAME # The bucket to store the log data
s3_endpoint ENDPOINT # The endpoint URL (like "http://localhost:9000/")
s3_region us-east-1 # See the region settings of your Minio server
path logs/ # This prefix is added to each file
force_path_style true # This prevents AWS SDK from breaking endpoint URL
time_slice_format %Y%m%d%H%M # This timestamp is added to each file name
path /var/log/td-agent/s3
timekey 60m # Flush the accumulated chunks every hour
timekey_wait 1m # Wait for 60 seconds before flushing
timekey_use_utc true # Use this option if you prefer UTC timestamps
chunk_limit_size 256m # The maximum size of each chunk