tags:

views:

18

answers:

1

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 [email protected]

A: 

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

S3 Browser Team
Thank you very much yes I got the answer !
Ashish