# the aws region. For minio this will always be us-east-1. docker_backup_aws_s3_region: "us-east-1" # the name of the bucket in minio or s3 docker_backup_aws_s3_bucket: "backups" # put backups locally in this directory. docker_backup_host_backup_directory: "/tmp" # the url of the minio server. docker_backup_aws_s3_url: "http://127.0.0.1:9000" docker_backup_aws_s3_aws_access_key: "83meItmzcEgb1NdasSgl" docker_backup_aws_s3_aws_secret_key: "lwdAJ60gMkcZxRZCHsC6CsdPw63Xuds6h6mksnSz" docker_backup_aws_s3_permissions: [] docker_backup_aws_s3_encrypt: off