peak / s5cmd

Parallel S3 and local filesystem execution tool.
MIT License
2.72k stars 243 forks source link

storage/s3: enable `ListObjectsV2` for GCS #617

Closed igungor closed 1 year ago

igungor commented 1 year ago

GCS now supports ListObjectsV2 XML API according to their changelog.

https://cloud.google.com/storage/docs/release-notes#July_12_2021

I choose to believe the doc because I haven't tested it :)

Fixes #513