Releases: fluidtrends/awsome
Releases · fluidtrends/awsome
Version 0.3.0
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
Released the Bucket Object API
- Read the Bucket Documentation for full details
- Added unit tests for full 100% coverage