How to access JSON objects stored in S3 bucket?
We have data stored on S3 as objects in JSON format by another applcation in the organization. We need our Pega application to retrieve these objects to process them. I found the repository APIs here https://docs-previous.pega.com/data-management-and-integration/85/get-file-api? but these are APIs to deal with files. In our case we are dealing with objects.
Are there any recommeded methods to access these objects stored on S3?