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 abfec64 commit a2ab0d3Copy full SHA for a2ab0d3
src/storage/s3.rs
@@ -262,7 +262,7 @@ impl<'a> StorageTransaction for S3StorageTransaction<'a> {
262
failure::bail!("deleting from s3 failed");
263
}
264
265
- continuation_token = list.continuation_token;
+ continuation_token = list.next_continuation_token;
266
if continuation_token.is_none() {
267
return Ok(());
268
0 commit comments