You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
On S3 when using paginatior to list files if you pass the prefix key but a blank value you get back the contents key in the response however on fake s3 if you do the same you get a common prefix key in the response and no contents.
The text was updated successfully, but these errors were encountered:
To elaborate this is with boto3's list_objects, paginator.paginate function. If a delimiter and prefix of '' are passed to the paginate function real s3 works but fake-s3 does not. The work around seems to be to not pass those args to paginate.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On S3 when using paginatior to list files if you pass the prefix key but a blank value you get back the contents key in the response however on fake s3 if you do the same you get a common prefix key in the response and no contents.
The text was updated successfully, but these errors were encountered: