stevebauman / location

Detect a users location by their IP Address.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to change path maxmind from database local db to S3 aws storage?

ridwanmaulanaprogrammer opened this issue · comments

hello @stevebauman , for this package, can we call DB maxmind, load this DB from storage S3 aws? if can how to change this?

it's very helpfully if you give information this to me

Hi @ridwanmaulanaprogrammer,

No the DB must be kept locally on the server. If it's located in an external storage provider it would have to be downloaded each time you retrieve a location. Unless of course you have a solution to storing the file remotely, then I'd gladly accept a PR!