S3-for-Google-Apps-Script icon indicating copy to clipboard operation
S3-for-Google-Apps-Script copied to clipboard

Region is hardcoded

Open knirbhay opened this issue 6 years ago • 0 comments

return "http://" + this.bucket.toLowerCase() + **".s3.amazonaws.com/"** + this.objectName; Need a setter method to configure region. Will send a pull request if I get time.

knirbhay avatar Sep 25 '18 07:09 knirbhay