Skip to content

Version 0.3.0

Latest
Compare
Choose a tag to compare
@idancali idancali released this 02 Feb 10:48
· 36 commits to master since this release

Release Changes

  • extensive documentation
  • included a lot of examples
  • 100% code coverage
  • perfect maintainability (grade A) - 0 code smells

Buckets API

  • can check whether a bucket exists or not
  • can create a new bucket (including site and redirected buckets)
  • can retrieve bucket contents
  • can update a bucket with data from a local location
  • can delete a bucket

Domains API

  • can check whether a domain is hosted or not
  • can host a domain (creates a hosted zone)
  • can unhost a domain (removes the hosted zone)
  • can fetch a list of records (including filters)
  • can link a bucket to a domain
  • can unlink a bucket and a domain