Closed
Description
Description
It will be nice to have oportunity to use custom s3 provider like Minio.
Minio is AWS S3 compatible, so we can use ordinary aws cli with it. For example:
aws --endpoint-url https://play.min.io:9000 s3 ls
Therefore I think it's possible to implement this without completely rewriting the current implementation.
Unfortunatly, I dont have any expirience with AWS and AWS-SDK to realise it by myself.