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 f8439c8 commit 2a4520bCopy full SHA for 2a4520b
README.md
@@ -1,7 +1,7 @@
1
# deno_s3
2
3

4
-[](https://doc.deno.land/https/deno.land/x/s3@0.3.1/mod.ts)
+[](https://doc.deno.land/https/deno.land/x/s3@0.4.0/mod.ts)
5
6
Amazon S3 for Deno
7
@@ -10,7 +10,7 @@ Amazon S3 for Deno
10
## Example
11
12
```ts
13
-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";
14
15
const bucket = new S3Bucket({
16
accessKeyID: Deno.env.get("AWS_ACCESS_KEY_ID")!,
0 commit comments