parse-community / parse-server-s3-adapter

AWS S3 file storage adapter for Parse Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull Request - Make baseUrl parameter function

uzaysan opened this issue · comments

#106

This is my pr. I would like to answer Davi's question here:

I’d also use typeof this._baseUrl === 'function' instead of this._baseUrl instanceof Function.

I used Function because in here you used Function instead of 'function'.

This is my first PR ever. I'm excited.