S3 transfer acceleration?

I wanted to verify that Uppy will use transfer acceleration based end point for a bucket assuming that the bucket has transfer acceleration option enabled on it.

https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html

Once the upload is complete, the location returned from uppy seems to have the transfer acceleration supported end point, however I wanted to confirm that this is the case. I’m guessing that that uppy checks to see if transfer acceleration is enabled on the bucket before starting the actual upload. Is this the case?

Uppy does not appear to suppor transfer acceleration out of the box. I’ve opened a PR to support this. You can track it here: https://github.com/transloadit/uppy/pull/1884

Thanks @steverob. Looks good to me, so I approved that PR. Is there something else we need to do to merge it to master and test it?

I don’t think so. Should be good to go!