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/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
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
0.2.1
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/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
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/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.