Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage/s3: enable ListObjectsV2 for GCS #617

Merged
merged 5 commits into from
Jul 28, 2023
Merged

storage/s3: enable ListObjectsV2 for GCS #617

merged 5 commits into from
Jul 28, 2023

Conversation

igungor
Copy link
Member

@igungor igungor commented Jul 25, 2023

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

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 :)
@igungor igungor requested a review from a team as a code owner July 25, 2023 12:46
@igungor igungor requested review from ilkinulas and seruman and removed request for a team July 25, 2023 12:46
Copy link
Member

@seruman seruman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤞

Edit: Tried, it works 🎉

@sonmezonur sonmezonur self-requested a review July 28, 2023 08:30
@igungor igungor merged commit 065c3cf into master Jul 28, 2023
14 checks passed
@igungor igungor deleted the gcs-listobjectsv2 branch July 28, 2023 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GCS now supports ListObjectsV2 API
3 participants