I would like to check if a key exists in a given bucket using Java. I looked at the API but there aren't any methods that are useful. I tried to use getObject
but it threw an exception.
There's now a doesObjectExist method in the official Java API.
Enjoy!