02-15-2019 08:41 AM
Has anyone successfully used the S3 capabilities (s3://) of the File Writer/Reader type snaps for interacting with an S3-like object storage solution, like Minio?
It seems the actual AWS CLI can (MinIO | AWS CLI with MinIO - Cookbook/Recipe), such as:
aws --endpoint-url https://play.minio.io:9000 s3 ls s3://mybucket
So curious if there’s a way to tell the snaps to use particular hostnames/ports like that…