lexcao commented on PR #2107: URL: https://github.com/apache/incubator-opendal/pull/2107#issuecomment-1520564400
Great, Thanks @suyanhanx I copied the docs here for references. * GCS > Filter results to objects whose names are lexicographically **`equal to or after`** startOffset. -- from [docs](https://cloud.google.com/storage/docs/json_api/v1/objects/list) * S3 > StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing **`after`** this specified key -- from [docs](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html) --- > we should exclude the start_after itself. So, we follow the S3. But, Why does the test pass? * `test_list_with_start_after` Let me check the test first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
