-
|
The true scenario for this API works, that is, if object exists, the method returns true. Whereas, if object does not exists, it does not work. Could you check, and let me know, if the implementation does not exists. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
LocalS3 supports this API. Please provide sample code if you thought it doesn't work. |
Beta Was this translation helpful? Give feedback.
-
|
client.putObject(...) Error: Method Not Allowed |
Beta Was this translation helpful? Give feedback.
-
|
You found a bug. It'll be fixed in the next release. A new test case is added. |
Beta Was this translation helpful? Give feedback.
You found a bug. It'll be fixed in the next release.
A new test case is added.
local-s3/local-s3-interationtest/src/test/java/com/robothy/s3/test/HeadObjectIntegrationTest.java
Lines 11 to 21 in a228003