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

Update s3_list_objects() to use ListObjectsV2 #94

Closed
wants to merge 1 commit into from

Conversation

pschmied
Copy link

Hello, I noticed that this library was still using the ListObjects API, which has been deprecated in favor of ListObjectsV2 (https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html). I thought I would use this as an opportunity to dip my feet back into Julia after a few years. Style or other suggestions / corrections humbly welcomed.

@mattBrzezinski
Copy link
Member

Hi Peter, welcome to back to Julia!

There's already a merge request opened up for this #64 and the discussion around it.

@pschmied
Copy link
Author

pschmied commented Jul 31, 2020

Oh, oops! Shame on me for failing to look at open pull requests! I'll take a look, but I suspect there is unlikely to be anything in my code that is better or even substantially different than what's there. (Allowing the possibility that their code is much better than attempt of course :-) )

@mattBrzezinski
Copy link
Member

No worries! :)

I'm going to close this merge request, but I'm sure we can x-post this over and unify things if possible.

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