0.2.0: feat: implement the empty operation (#12)
Changes
- feat: add listObject implementation (#11)
- feat: list all objects + enable list objects tests (#13)
- feat: implement the empty operation (#12)
Installation
Import this release:
import * as s3 from "https://deno.land/x/s3@0.2.0/mod.ts";
Cache this release:
deno cache https://deno.land/x/s3@0.2.0/mod.ts
Documentation can be found on deno doc.