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.
1 parent 88bd3ca commit 9b64d26Copy full SHA for 9b64d26
test/unit/bucket/test_bucket.py
@@ -2177,12 +2177,13 @@ def test_file_info_4(self):
2177
2178
# Listing where every other response returns no entries and pointer to the next file
2179
2180
+
2181
class EmptyListBucketSimulator(BucketSimulator):
2182
def __init__(self, *args, **kwargs):
2183
super().__init__(*args, **kwargs)
2184
# Whenever we receive a list request, if it's the first time
2185
# for this particular ``start_file_name``, we'll return
- # an empty response pointing to the same file as the next one.
2186
+ # an empty response pointing to the same file.
2187
self.last_queried_file = None
2188
2189
def list_file_versions(
0 commit comments