We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 399795a + 89a2089 commit 43f8d7cCopy full SHA for 43f8d7c
README.rst
@@ -82,7 +82,7 @@ Basic Example
82
assert await stream.read() == data
83
84
# list s3 objects using paginator
85
- paginator = client.get_paginator('list_objects')
+ paginator = client.get_paginator('list_objects_v2')
86
async for result in paginator.paginate(Bucket=bucket, Prefix=folder):
87
for c in result.get('Contents', []):
88
print(c)
0 commit comments