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
If I run
'''bash
aws head MY_BUCKET/some_object_that_doesnt_exist
'''
I get
'''bash
404 Not Found
'''
(to stderr) however, if I then run
'''bash
echo $?
'''
I get
'''bash
0
'''
Just as I do when perform aws head on an object that does exist.
—
Reply to this email directly or view it on GitHub #100.
If I run
I get
(to stderr) however, if I then run
I get
Just as I do when perform aws head on an object that does exist.
The text was updated successfully, but these errors were encountered: