Enhancement Suggestion
Afternoon,
I'd love to use Rome but can't use S3 for big-silly-company reasons. I can, however set up a Minio (https://docs.minio.io/) instance locally which is basically an S3 compatible object store that runs within a docker container.
Getting rome to work with Minio would mean supporting an s3 url in .aws/config rather than a region. Something like:
[default]
endpoint = https://play.minio.io:9000
Why would the enhancement be useful to most users
Supporting s3-compatible endpoints would open up other similar object storage systems and services. I know s3 can be super cheap, but some companies (esp. european ones) can't use AWS for compliance reasons.
Enhancement Suggestion
Afternoon,
I'd love to use Rome but can't use S3 for big-silly-company reasons. I can, however set up a Minio (https://docs.minio.io/) instance locally which is basically an S3 compatible object store that runs within a docker container.
Getting rome to work with Minio would mean supporting an s3 url in
.aws/configrather than a region. Something like:Why would the enhancement be useful to most users
Supporting s3-compatible endpoints would open up other similar object storage systems and services. I know s3 can be super cheap, but some companies (esp. european ones) can't use AWS for compliance reasons.