Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Jan 24, 2021
1 parent f8439c8 commit 2a4520b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# deno_s3

![ci](https://github.com/lucacasonato/deno_aws_sign_v4/workflows/ci/badge.svg)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/s3@0.3.1/mod.ts)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/s3@0.4.0/mod.ts)

Amazon S3 for Deno

Expand All @@ -10,7 +10,7 @@ Amazon S3 for Deno
## Example

```ts
import { S3Bucket } from "https://deno.land/x/s3@0.3.1/mod.ts";
import { S3Bucket } from "https://deno.land/x/s3@0.4.0/mod.ts";

const bucket = new S3Bucket({
accessKeyID: Deno.env.get("AWS_ACCESS_KEY_ID")!,
Expand Down

0 comments on commit 2a4520b

Please sign in to comment.