Top "Aws-sdk" questions

The software development kit for use with the Amazon Web Services API.

How to get response from S3 getObject in Node.js?

In a Node.js project I am attempting to get data back from S3. When I use getSignedURL, everything works: …

javascript node.js amazon-s3 aws-sdk aws-sdk-nodejs
How to check if a specified key exists in a given S3 bucket using Java

I would like to check if a key exists in a given bucket using Java. I looked at the API …

java amazon-web-services amazon-s3 aws-sdk
The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256

I get an error AWS::S3::Errors::InvalidRequest The authorization mechanism you have provided is not supported. Please use AWS4…

ruby amazon-web-services amazon-s3 aws-sdk
Configuring region in Node.js AWS SDK

Can someone explain how to fix a missing config error with Node.js? I've followed all the examples from the …

javascript node.js amazon-web-services aws-sdk
Simple file upload to S3 using aws-sdk and Node/Express

I am at a loss of what I am doing wrong, here is what I have: HTML <html> &…

node.js file-upload amazon-s3 aws-sdk multer-s3
Nodejs - Invoke an AWS.Lambda function from within another lambda function

I have the following function which I use to invoke a Lambda function from within my code. However when I …

node.js amazon-web-services aws-lambda aws-sdk
Technically what is the difference between s3n, s3a and s3?

I'm aware of the existence of https://wiki.apache.org/hadoop/AmazonS3 and the following words: S3 Native FileSystem (URI …

amazon-web-services amazon-s3 aws-sdk
Append data to an S3 object

Let's say that I have a machine that I want to be able to write to a certain log file …

amazon-web-services amazon-s3 aws-sdk amazon-kinesis-firehose
display images fetched from s3

I want to fetch images from s3 and display them on my HTML page. Angular HTML file: <section data-ng-controller="…

javascript angularjs amazon-s3 filereader aws-sdk
AWS SDK for PHP: Error retrieving credentials from the instance profile metadata server

I am trying to send SNS messeges to android through web api. Downloaded and installed the SDK from http://aws.…

php amazon-web-services google-cloud-messaging aws-sdk amazon-sns