You would like to paginate the results of an S3 List to show 100 results per page to your users and minimize the number of API calls that you will use. Which CLI options should you use? (Select two)
a) --limit
b) --next-token
c) --starting-token
d) --max-items
e) --page-size