I was looking to find ways to access Walrus (Eucalyptus) using AWS SDK for Java. I'm familiar with using the AWS SDK to connect to Amazon S3 programatically using my AWS credentials. However, when I Googled to check if Walrus is accessible using AWS SDK, I came to know that there are issues and the only way out is to use JetS3t instead.
Has anybody played with JetS3t and Walrus before ?
Is JetS3t a reliable solution ?
Can I mirror whatever I can do in the AWS SDK against S3, with JetS3t and Walrus ?
Thanks in advance.
You can use the same exact code to access your walrus as s3. You will however need to point jets3t to your walrus instance by including a properly edited the jets3t.properties file in your build.