Skip to content

0.1.0

Compare
Choose a tag to compare
@lucacasonato lucacasonato released this 02 Aug 21:30
· 22 commits to main since this release
fa75e7a

Changes

  • feat:getObject API
  • feat:putObject API
  • feat: copyObject API
  • feat: deleteObject API

Installation

Import this release:

import s3 from "https://deno.land/x/s3@0.1.0/mod.ts";

Cache this release:

deno cache https://deno.land/x/s3@0.1.0/mod.ts

Documentation can be found on deno doc.