How to get images/videos from Amazon Aws Bucket?? I have addedv some images & Videos into amazon aws bucket now i want to retrive those images. mostly videos .. How can i retrive it from bucket & show All list on page?? I'm using C#,Asp.net Please help

Thanks ashuthinks@gmail.com

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Check out Amazon S3 .NET SDK and documentation for ListBucket request, it will return list of objects stored in the bucket.

link|improve this answer
Thank you very much yes I got the answer ! – ashuthinks Oct 2 '10 at 10:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.