Message 1 of 6
Is there a way to get the each object data in the storage.listObjects() ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I currently use the listObjects() method with a prefix to get a list of objects that I previously saved. This method will return an array with the key of the object along some metadata. So, if my list has 10 objects I have to subsequently make 10 calls to the storage.getTextObject() with the keys to get a list of my objects.
Is there a way so I just make the one to get all the objects along with their data based on a prefix??
Or alternatively is there some other approach you can recommend?
Thank you