0.1.3
Changes
- fix: leaking resources in
deleteObject
andputObject
(#7) - chore: update to Deno to 1.4.2 (#7)
- chore: update std to 0.71.0 (#9)
- chore: update deno_aws_sign_v4 to 0.1.2 (#9)
Installation
Import this release:
import * as s3 from "https://deno.land/x/[email protected]/mod.ts";
Cache this release:
deno cache https://deno.land/x/[email protected]/mod.ts
Documentation can be found on deno doc.