开发者

How to get image/videos from Amazon Aws Bucket?

开发者 https://www.devze.com 2023-01-17 01:15 出处:网络
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.

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 &am开发者_JAVA百科p; show All list on page?? I'm using C#,Asp.net Please help

Thanks


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

0

精彩评论

暂无评论...
验证码 换一张
取 消