hughsk / s3-sync

A streaming interface for uploading multiple files to S3.
Other
79 stars 27 forks source link

allows custom url #28

Closed wenbing closed 8 years ago

wenbing commented 8 years ago
var destination =
          protocol + '://'
        + subdomain
        + '.amazonaws.com/'
        + options.bucket
        + '/' + relative

I am using a private s3 service, allow custom url is helpful