Ultimate access to all questions.
You're tasked with developing an application that retrieves and displays a list of objects stored in an Amazon S3 bucket to its users. To improve usability, you want to paginate the results so that only 100 objects are shown per page. Additionally, it's important to minimize the number of API calls made to AWS to reduce cost and latency.
Which CLI options should you configure to achieve this? (Select two)