amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
18.05k stars 1.16k forks source link

How to add custom S3 url endpoint?? #1214

Closed murunwas closed 2 years ago

murunwas commented 2 years ago

I'm self hosting my S3 application, but Gundb S3 configuration doesn't allow to pass custom url endoint as it's using AWS as default, is it possible to add my own endpoint??

amark commented 2 years ago

GUN({s3: {endpoint: URL}}) tho the rest need to be passed via process.env. 👍 I'll accept PRs which check endpoint against process. Please!