Skip to content

Update s3_list_objects() to use ListObjectsV2#94

Closed
pschmied wants to merge 1 commit into
JuliaCloud:masterfrom
pschmied:master
Closed

Update s3_list_objects() to use ListObjectsV2#94
pschmied wants to merge 1 commit into
JuliaCloud:masterfrom
pschmied:master

Conversation

@pschmied
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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