knox-amazon-s3-client Questions
5
I am generating signed urls on my webapp (nodejs) using the knox nodejs-library.
However the issue arises, that for every request, I need to regenerate an unique GET signed url for the current user...
Oceanic asked 25/10, 2013 at 7:10
5
Solved
I found this question, but it doesn't seem to answer my question as I think it's still talking about local files.
I want to take, say, and imgur.com link and upload it to S3 using node. Is knox ca...
Blank asked 28/5, 2013 at 23:44
4
Solved
I'm trying to stream upload a file submitted via a form directly to an Amazon S3 bucket, using aws-sdk or knox. Form handling is done with formidable.
My question is: how do I properly use formida...
Weatherman asked 26/6, 2013 at 0:6
3
Solved
I am building a node.js app that will upload files to my S3 bucket using knox. I am able to interact with S3 as expected, but I would like to make my controller to receive configuration so I can dy...
Ethnology asked 28/1, 2013 at 22:15
1
Solved
...As I understand it they do the same thing: Provide access to Amazon Web Services. Can someone provide a list of differing capabilities between these two libraries? Why does knox exist if amazon ...
Villainage asked 4/9, 2013 at 13:31
2
Solved
Update:
I believe that this could be caused by the fact that I'm using the body parser provided by express. Could this be messing with the stream that multiparty is trying to parse?
I'm basing my...
Incinerate asked 19/2, 2014 at 7:15
3
Solved
I'm uploading files to aws s3 in javascript, and AFAIK they all need a mimetype to function correctly. Is there a script that automatically maps filenames to mimetypes that I could use?
Edit: If t...
Ideomotor asked 15/3, 2011 at 18:31
2
I think this should be a straight forward thing, but I can't fing a solution :s
I'm trying to figure out the best way to show images stored on amazon S3 on a website.
Currently I'm trying to get ...
Maes asked 9/11, 2013 at 21:54
1
Solved
I'm writing a small node.js application that receives a multipart POST from an HTML form and pipes the incoming data to Amazon S3. The formidable module provides the multipart parsing, exposing eac...
Combings asked 9/11, 2012 at 15:45
2
Hello :) I'm looking at the feasibility of having my node application stream HTTP POST file uploads directly through to an Amazon S3 Bucket.
I'm looking at using Formidable and Knox for this...
Bangor asked 21/9, 2012 at 8:15
1
Solved
I'm using knox module to https://github.com/LearnBoost/knox to create signed URLs for files on S3, something I've done with PHP SDK before.
I can delete files from my bucket, but I'm getting Sign...
Grandiose asked 22/6, 2011 at 22:15
1
© 2022 - 2024 — McMap. All rights reserved.