s3-angular-file-upload icon indicating copy to clipboard operation
s3-angular-file-upload copied to clipboard

Not using AWS module at all?

Open frankmarineau opened this issue 11 years ago • 3 comments

Hi there!

I was wondering why you weren't using the AWS module you required in the controller that generates the policy. I see you init it with your config in server.js, but never actually call any of it's S3 methods like getSignedUrl. Is it still doing something behind the scenes? I've been trying to use it since I though it was supposed to abstract some of the policy generating work away, but haven't had any luck with it.

Thanks a lot for this by the way, I finally got through the annoying "SignatureDoesNotMatch" error i kept having before.

frankmarineau avatar Jun 16 '14 10:06 frankmarineau

I have been meaning to remove the AWS module completely haven't had a chance to do so. I will leave this issue open and remove all references to the AWS module.

Thanks for opening the issue.

nukulb avatar Jun 16 '14 11:06 nukulb

Right, I was starting to wonder if just initializing it was doing something. Thanks again!

frankmarineau avatar Jun 16 '14 20:06 frankmarineau

:+1: for not using the heavy monster aws-jdk.

demisx avatar Mar 05 '15 06:03 demisx