S3-for-Google-Apps-Script
S3-for-Google-Apps-Script copied to clipboard
Region is hardcoded
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.