v3.0.0-RC2
This Release Candidate includes the following changes:
- Renamed every request handler that starts with
Create
toPut
- Renamed the Amazon S3 call from
getBuckets
togetService
to match the S3 API - Renamed
BlobStoreTaskPriority
toPriority
- Fixed a bug in the verifyPhysicalPlacement and getPhysicalPlacement API calls where they would always send an empty payload
- Renamed several more types to be consistent with 1.2 terminology
Known Issues:
- There is a known issue in the Amazon S3 call
getBucket
in theCommonPrefixes
XML response field. If/
is set as the delimiter the last entry will be the only one returned. This will be fixed in RC3.