deno_s3

Amazon S3 for Deno

MIT License

Stars
54
Committers
5

Bot releases are hidden (Show)

deno_s3 - 0.5.0 Latest Release

Published by lucacasonato over 3 years ago

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/[email protected]/mod.ts";

Cache this release:

deno cache https://deno.land/x/[email protected]/mod.ts

Documentation can be found on deno doc.

deno_s3 - 0.4.0

Published by lucacasonato over 3 years ago

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/[email protected]/mod.ts";

Cache this release:

deno cache https://deno.land/x/[email protected]/mod.ts

Documentation can be found on deno doc.

deno_s3 - 0.3.0

Published by lucacasonato almost 4 years ago

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/[email protected]/mod.ts";

Cache this release:

deno cache https://deno.land/x/[email protected]/mod.ts

Documentation can be found on deno doc.

deno_s3 -

Published by wperron almost 4 years ago

Changes

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

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.

deno_s3 -

Published by wperron about 4 years ago

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/[email protected]/mod.ts";

Cache this release:

deno cache https://deno.land/x/[email protected]/mod.ts

Documentation can be found on deno doc.

deno_s3 - 0.1.3

Published by lucacasonato about 4 years ago

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.

deno_s3 - 0.1.2

Published by lucacasonato about 4 years ago

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/[email protected]/mod.ts";

Cache this release:

deno cache https://deno.land/x/[email protected]/mod.ts

Documentation can be found on deno doc.

deno_s3 - 0.1.1

Published by lucacasonato about 4 years ago

Changes

  • chore: update dependencies (#5)

Installation

Import this release:

import 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.

deno_s3 - 0.1.0

Published by lucacasonato about 4 years ago

Changes

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

Installation

Import this release:

import 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.