Skip to content

0.1.3

Compare
Choose a tag to compare
@lucacasonato lucacasonato released this 27 Sep 15:42
· 16 commits to main since this release
7619b73

Changes

  • fix: leaking resources in deleteObject and putObject (#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.