benefitcloud / ember-uploader

An Ember library for uploading files
MIT License
345 stars 97 forks source link

WHile uploading to S3 can we make the sign call with method 'POST' instead of 'GET"? #164

Open ghost opened 7 years ago

ghost commented 7 years ago

Trying to make a /sign call for S3 upload to be a 'POST' one. But call does not change when method : 'POST' is sent in creation of S3Uploader.

uploader = EmberUploader.S3Uploader.create({ url: this.get('url'), method: 'POST' });

ezekg commented 6 years ago

You can change the S3 signing method with the signingMethod property.