Skip to content

Releases: lucacasonato/deno_s3

0.5.0

25 Apr 11:59
0af082b
Compare
Choose a tag to compare

Changes

  • feat: add createBucket & getBucket methods (#32) by @c4spar
  • chore: update deps (#44)
  • docs: fix typo in readme (#27) by @jazzdan

Import this release:

import * as s3 from "https://deno.land/x/s3@0.5.0/mod.ts";

Cache this release:

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

Documentation can be found on deno doc.

0.4.0

24 Jan 22:25
2a4520b
Compare
Choose a tag to compare

Changes

  • feat: user-defined metadata support (#20)
  • feat: streaming getObject body (#24)
  • chore: update dependencies (#24)

Import this release:

import * as s3 from "https://deno.land/x/s3@0.4.0/mod.ts";

Cache this release:

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

Documentation can be found on deno doc.

0.3.0

26 Nov 20:41
6a4f366
Compare
Choose a tag to compare

Changes

  • feat: head object api (#17)
  • chore: update std to 0.79.0 (#18)

Import this release:

import * as s3 from "https://deno.land/x/s3@0.3.0/mod.ts";

Cache this release:

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

Documentation can be found on deno doc.

0.2.1

17 Nov 15:32
a9d4fa5
Compare
Choose a tag to compare

Changes

  • fix dns name for buckets with a period (#16)

Installation

Import this release:

import * as s3 from "https://deno.land/x/s3@0.2.1/mod.ts";

Cache this release:

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

Documentation can be found on deno doc.

0.2.0: feat: implement the empty operation (#12)

04 Oct 21:34
cf7f063
Compare
Choose a tag to compare

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.

0.1.3

27 Sep 15:42
7619b73
Compare
Choose a tag to compare

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/s3@0.1.3/mod.ts";

Cache this release:

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

Documentation can be found on deno doc.

0.1.2

13 Sep 18:51
508ea8b
Compare
Choose a tag to compare

Changes

  • chore: update to Deno 1.4.0 and std 0.69.0 (#6)

Installation

Import this release:

import * as s3 from "https://deno.land/x/s3@0.1.2/mod.ts";

Cache this release:

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

Documentation can be found on deno doc.

0.1.1

13 Sep 18:32
99b56cd
Compare
Choose a tag to compare

Changes

  • chore: update dependencies (#5)

Installation

Import this release:

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

Cache this release:

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

Documentation can be found on deno doc.

0.1.0

02 Aug 21:30
fa75e7a
Compare
Choose a tag to compare

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.