s3-angular-file-upload
s3-angular-file-upload copied to clipboard
Example of S3 file upload using ng-file-upload, angular, nodejs
InvalidRequestThe authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.DF13A5EDD8C98F52adSPzJTLQlMCYRgvkVtvCZGPNgX4ePylNvyfnBiXNGWad9mxGdGVuj3pdErSQYqEG4YOHa5/JUw=
hi @nukulb @danialfarid @HarryHong I want to upload pictures to amazon s3 in angular 4 using ng2-file-upload. but i don't how to get it to work. any help would be...
I'm trying to get this to work, but keep getting a 403 from S3. my CORS is set up correctly, i know this as i use this (insecure example) http://www.cheynewallace.com/uploading-to-s3-with-angularjs/...
when i run this particular application of yours using grunt serve, everything works fine and i get this Object { data: "
I don't manage to upload the resized image (not using crop) in the html file: In the controller var config = { url: myURI + this.$scope.model.id, fileName: image.name, file: image,...
Hello, I'm not able to fix this issue... I changed the url endpoint to `url: 'https://' + $rootScope.config.awsConfig.bucket + '.s3-eu-west-1.amazonaws.com/'` because my region bucket is eu-west-1 according to http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region, without...
Currently, then README says I need to grant list, upload delete on a bucket to everyone. Is it possible to restrict uploads to my angular app only? Will I need...
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...
I'm trying to upload a mp4 video and the progress bar doesn't move when the file is uploading. Only when the upload finish it moves to 100%. Do you know...
Hi, I configured both permissions and CORS as oriented on the documentation.. but I still get the error: "XMLHttpRequest cannot load https://[bucket name suppressed here].s3.amazonaws.com/. No 'Access-Control-Allow-Origin' header is present...