Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Sep 11, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 11, 2017

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
Copy link

ezekg commented Sep 5, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant