I am trying to list content by using aws s3api
for listing bucket content. I
aws s3api list-objects --bucket user_list_staging
When I run it it gets stuck, does not return anything neither return prompt but when I do aws s3 ls s3://user_list_staging
it returns the content.
The reason I want to use s3api
to paginate my query and get Next Token which I don't find in aws s3 ls