parse-community / parse-server-s3-adapter

AWS S3 file storage adapter for Parse Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this adapter possible to be used with minio?

mrvnklm opened this issue · comments

If I change the endpoint it always tries to connect to BUCKETNAME.s3.myserver.com instead of s3.myserver.com

Just found the solution using:

s3overrides: { endpoint: 'https://s3.myserver.com', s3ForcePathStyle: true }

Maybe this could be mentioned in the docs? It took me about half an hour to find out if this could even work.

Please feel free to suggest a change for the docs, parse-server or s3 adapter repository if you think this could help others.