aws s3 list objects?

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
jonno
Posts: 8
Joined: Thu Nov 22, 2018 12:18 pm

aws s3 list objects?

Post by jonno »

Hi,
Has anyone got a list objects from a bucket working yet? We are struggling. We can do it in Postman using GET <bucketname>.<region>.amazonaws.com?list-type=2. Postman creates some temporary headers which we have tried to reproduce e.g. we have created an authorisation string (using a hash signature and concat of region etc). The LANSA docs only provides a get and put object and uses a presigned url (which we shouldn't need for an object List). Any tips would be appreciated. Note: It would be nice if LANSA provided some simple examples for dummies like us rather than the complex stuff they seem to like supplying.
Post Reply