CulturalMe / meteor-slingshot

Upload files directly to AWS S3, Google Cloud Storage and others in meteor
MIT License
595 stars 104 forks source link

This package does not support S3 Transfer Acceleration, correct? #223

Closed ffxsam closed 7 years ago

ffxsam commented 7 years ago

Am I correct in saying this package doesn't support using Transfer Acceleration? Do any contributors have time to add this? (if not, I may try to take a stab)

ffxsam commented 7 years ago

Got this working by using the following options (example):

  bucket: 'mybucket',
  bucketUrl: 'https://mybucket.s3-accelerate.amazonaws.com/',
  region: 'us-east-1',