cache_s3 outputs misleading 404 message (from aws.s3::head_object) for new keys. · Issue #96 · r-lib/memoise · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cache_s3's cache_has_key uses aws.s3::head_object (ref), which outputs a message Client error: (404) Not Found when the key does not exist yet.
These messages spam the logs/outputs, which can be a bit misleading, as they are somewhat expected behaviour.
It would be nice to suppress this message in some way, for example by implementing a "better" version of aws.s3::head_object or simply using suppressMessages (which seems to be used for the gcs variant).
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
In
cache_s3
'scache_has_key
usesaws.s3::head_object
(ref), which outputs a messageClient error: (404) Not Found
when the key does not exist yet.These messages spam the logs/outputs, which can be a bit misleading, as they are somewhat expected behaviour.
It would be nice to suppress this message in some way, for example by implementing a "better" version of
aws.s3::head_object
or simply usingsuppressMessages
(which seems to be used for the gcs variant).The text was updated successfully, but these errors were encountered: