I am trying to use minio instead of s3 but I am not able to make it work. Is there a way to connect to minio ? currently I am using the following setting in [aws] section
[aws]
[[aws_accounts]]
[[[default]]]
host=https://minio-server:port
is_secure=False
access_key_id=******
secret_access_key=************
allow_environment_credentials=false
region=ap-northeast-2