nimbusproject / nimbus

Nimbus - Open Source Cloud Computing Software - 100% Apache2 licensed
http://www.nimbusproject.org/
197 stars 82 forks source link

Cumulus is not working with some jets3t API calls #93

Open buzztroll opened 12 years ago

buzztroll commented 12 years ago

Bucket listing operations are not working with jets3t against Cumulus. For example:

S3Bucket[] buckets = s3Service.listAllBuckets();

results in:

org.jets3t.service.S3ServiceException: Expected XML document response from S3 but received content type text/html

buzztroll commented 12 years ago

The GetService option has been patched.