Releases: lucacasonato/deno_s3
Releases · lucacasonato/deno_s3
0.5.0
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.
0.4.0
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.
0.3.0
Changes
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.
0.2.1
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.
0.2.0: feat: implement the empty operation (#12)
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.
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.
0.1.2
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.
0.1.1
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.
0.1.0
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.