keystonejs / keystone-storage-adapter-s3

⚠️ Archived - Legacy S3 Storage Adapter for KeystoneJS
MIT License
17 stars 56 forks source link

Define endpoint to use other s3 compatible object storage #37

Open Kiina opened 6 years ago

Kiina commented 6 years ago

There are a lot of s3 compatible object storages out there, like minio and co. But there is currently no option to define your own endpoint which could be used instead of the amazon one. While I'm not to familiar with the official AWS sdk it looks like you can define it and expose it as a config to the users. This would make this plugin usable for many a lot more situations.

mikehazell commented 6 years ago

Hi Kiina, this is an interesting idea. Would you like to test this out in a fork and make a PR if you find it does work. This option would need some clear documentation around it, why it exists, any caveats etc.