Quantcast
Channel: AWS upload file from client to S3 - Stack Overflow
Browsing all 5 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Answer by poida for AWS upload file from client to S3

Requests require authenticationUnless you make your resource publicly writeable S3 will require upload requests to contain authentication information. Authentication ties the request to an AWS account,...

View Article



Answer by iSkore for AWS upload file from client to S3

You can use PresignedUrlUploadObject to allow users to upload objects. This is an expiring URL and you can set the TTLFor NodeJS, it looks like this:var s3 = new AWS.S3({computeChecksums: true}); //...

View Article

Answer by Lloyd Banks for AWS upload file from client to S3

There's no way to prevent your credentials from being seen by an user if he or she knows how to find it. The best way to handle security if you're implementing a client to S3 direct upload is to use...

View Article

Answer by Hang for AWS upload file from client to S3

(This is not an answer but I cannot comment ... yet)How does the application look like? You can create a signed URL with short TTL with IP or IP range restriction, if all uploads to S3 actually happen...

View Article

AWS upload file from client to S3

I know there have been some questions about this. I know how to accomplish this using AWS SDK. However, my concern is about security. My plan is to generate a signed URL so users logged on my website...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>