Questions tagged [knox-amazon-s3-client]

Use this tag for questions related to the js library knox: a node.js plugin for Amazon S3

This open source project (hosted on github) is an client for

Main features (as described on the project site) :

  • Familiar API (client.get(), client.put(), etc.)
  • Very Node-like low-level request capabilities via http.Client
  • Higher-level API with client.putStream(), client.getFile(), etc.
  • Copying and multi-file delete support
  • Streaming file upload and direct stream-piping support

Knox can be installed with npm install knox

88 questions
2
votes
2 answers

node application stream file upload directly to amazon s3

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. The part I'm unsure about is that S3 requires that you…
ksullivan
  • 496
  • 1
  • 7
  • 12
1
vote
2 answers

Using nodejs and knox how do I see the files in an S3 Bucket

I upload files in many different ways to my s3 bucket. In python i could use boto like this: from boto.s3.connection import S3Connection conn = S3Connection('access-key','secret-access-key') bucket = conn.get_bucket('bucket') for key in…
kkaehler
  • 493
  • 1
  • 4
  • 13
1
vote
2 answers

AWS S3 amount of data downloaded by an IAM user

The Problem statement is like how can one person audit the amount of data out/downloaded from AWS s3 by an IAM user. On a explanatory note in my company from a long time billing is exceeding due to AWS S3 data download but I am unable to find out…
1
vote
1 answer

Unable to serve aws s3 resources from cache - service worker

I'm trying to cache the following 2 resources using a service worker