2
0
mirror of https://github.com/therootcompany/s3.js synced 2025-03-02 14:40:48 +00:00
2020-03-13 21:40:38 -06:00
2020-03-13 21:40:38 -06:00
2020-03-12 04:26:31 -06:00
2020-03-12 04:26:31 -06:00
2020-03-12 04:26:31 -06:00
2020-03-13 21:40:38 -06:00
2020-03-12 04:26:31 -06:00
2020-03-12 04:26:31 -06:00
2020-03-12 04:26:31 -06:00
2020-03-12 04:26:31 -06:00
2020-03-12 04:26:31 -06:00
2020-03-12 04:26:31 -06:00

s3.js | a Root project

Minimalist S3 client

A lightweight alternative to the s3 SDK that uses @root/request and aws4.

  • set()
  • get()
  • head()
  • delete()
s3.set({
    accessKeyId,
    secretAccessKey,
    region,
    bucket,
    prefix,
    key,
    body
})
Description
A simple, lightweight s3 client. Only 2 dependencies total.
Readme 54 KiB
Languages
JavaScript 100%