1
0
дзеркало https://github.com/therootcompany/s3.js.git synced 2024-11-16 17:09:00 +00:00

Порівняти коміти

..

3 Коміти

Автор SHA1 Повідомлення Дата
498e8cca1c 1.1.3 2020-12-17 23:42:06 -05:00
eff2395bde docs: fix typos 2020-12-17 23:42:01 -05:00
ce7ec4d621 1.1.2 2020-12-17 14:04:02 -07:00
3 змінених файлів з 4 додано та 4 видалено

@ -34,10 +34,10 @@ s3.set({
bucket,
prefix,
key,
body, // new Buffer("hello, world")
body, // Buffer.from("hello, world")
// or fs.createReadStream("./file.txt")
size // fs.stat("./file.txt").size (required for streams)
size // (await fs.stat("./file.txt")).size (required for streams)
});
```

2
package-lock.json згенерований

@ -1,6 +1,6 @@
{
"name": "@root/s3",
"version": "1.1.1",
"version": "1.1.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "@root/s3",
"version": "1.1.1",
"version": "1.1.3",
"description": "A simple, lightweight s3 client with only 2 dependencies",
"main": "index.js",
"bin": {