简体   繁体   中英

How to get metadata of path from amazon s3 using aws v2?

i am trying to get list of image names stored under specified path using amazon s3 v2 framework in ios. I don't know how to retrieve list of image names or metadata of path. In aws v1 framework, i had used object summaries option to retrieve the list of images under a path. So, how to get object summaries in AWS V2 ios framework?

Thanks in advance for any help !

AWSS3ListObjectsRequest has a property called prefix . You can set the path to prefix and call - listObjects: on AWSS3 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM