-
Notifications
You must be signed in to change notification settings - Fork 62
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
S3.head_object
uses deprecated HEAD request form
#581
Comments
That's a fun one, looks like there are three instances of using HTTP HEAD requests,
|
Is there a simple fix here? I'd love to not see the warning |
friendly bump |
I'm away on holidays for the remainder of the year essentially, this is quite a low priority issue and a proper fix is quite far away. One suggestion if this is getting very annoying is to use Suppressor.jl which would work around this temporarily. |
Just a friendly check in on this. I see this warning in so many logs, and I don't like relying on Suppressor etc. |
Sorry Ian, I've really been too busy to spend any time on this package and realistically probably won't have the capacity any time in the near future. :( |
No worries! I'll see if I can figure it out |
It was a bit of a pain to track this down because the depwarning doesn't give a correct location
But it turns out that
S3.head_object
uses a deprecated request formAWS.jl/src/services/s3.jl
Line 3120 in de0d4c3
So the user can hit this without doing anything wrong AFAICT
The text was updated successfully, but these errors were encountered: