ios - How to get metadata of path from amazon s3 using aws v2? -
i trying list of image names stored under specified path using amazon s3 v2 framework in ios. don't know how retrieve list of image names or metadata of path. in aws v1 framework, had used object summaries option retrieve list of images under path. so, how object summaries in aws v2 ios framework?
thanks in advance !
awss3listobjectsrequest
has property called prefix
. can set path prefix
, call - listobjects:
on awss3
.
Comments
Post a Comment