We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b7dbf commit 0af082bCopy full SHA for 0af082b
1 file changed
README.md
@@ -1,7 +1,7 @@
1
# deno_s3
2
3

4
-[](https://doc.deno.land/https/deno.land/x/s3@0.4.1/mod.ts)
+[](https://doc.deno.land/https/deno.land/x/s3@0.5.0/mod.ts)
5
[](https://coveralls.io/github/lucacasonato/deno_s3?branch=main)
6
7
Amazon S3 for Deno
@@ -11,7 +11,7 @@ Amazon S3 for Deno
11
## Example
12
13
```ts
14
-import { S3, S3Bucket } from "https://deno.land/x/s3@0.4.1/mod.ts";
+import { S3, S3Bucket } from "https://deno.land/x/s3@0.5.0/mod.ts";
15
16
// Create a S3 instance.
17
const s3 = new S3({
0 commit comments