Downloading s3objects with a save as dialog box
Posted
by Adeel
on Stack Overflow
See other posts from Stack Overflow
or by Adeel
Published on 2009-12-21T11:35:58Z
Indexed on
2010/04/01
19:03 UTC
Read the original article
Hit count: 636
I am using Amazon SDK. In my ASP.NET application, I am trying to directly stream an S3Object to a client, without loading it via my web server and then sending it to the client.
© Stack Overflow or respective owner