PutBucketVersioning is implemented, but there is no way to check what the versioning state of a bucket is.
In the S3 API, this is a GET to the versioning resource, which will return a VersioningConfiguration containing a Status of Enabled or Suspended, or with no Status when versioning is not enabled.