Page 1 of 1

aws s3 list objects?

Posted: Wed Oct 16, 2019 3:15 pm
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.