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

Use ListObjectsV2 instead of ListObjects for S3 #461

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lyoung-confluent
Copy link

The S3 ListObjects API is not recommended by AWS:

This action has been revised. We recommend that you use the newer version, ListObjectsV2, when developing applications. For backward compatibility, Amazon S3 continues to support ListObjects.

This PR replaces it's use with the newer ListObjectsV2 which is also a bit cleaner to use as well.

@lucaspin
Copy link
Contributor

/sem-approve

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.

2 participants