是否在Google Cloud Storage中实现了ListObjectsV2 api调用?

是否在Google Cloud Storage中实现了ListObjectsV2 api调用?

问题描述:

I am using the aws go sdk ListObjectsV2 function, and I get back a response like this:

<?xml version='1.0' encoding='UTF-8'?><Error><Code>InvalidArgument</Code><Message>Invalid argument.</Message><Details>Invalid query parameter(s): [list-type, start-after]</Details></Error>

From what I see in the List Objects docs for GCS, these parameters are not included.

If this was a known limitation, I would have expected it to be listed in the Simple Migration documentation.

Google Cloud Storage does not currently support the ListObjectsV2 API.