Skip to content

Releases: fluidtrends/awsome

Version 0.3.0

02 Feb 10:48
Compare
Choose a tag to compare

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

0.2.0

18 Jan 13:49
Compare
Choose a tag to compare

Released the Bucket Object API