A simple, lightweight s3 client. Only 2 dependencies total.
Go to file
AJ ONeal aee8c5f182 use new s3 url style 2020-03-13 21:40:38 -06:00
bin use new s3 url style 2020-03-13 21:40:38 -06:00
.gitignore v1.0.0: a diet s3 client 2020-03-12 04:26:31 -06:00
.jshintrc v1.0.0: a diet s3 client 2020-03-12 04:26:31 -06:00
.prettierrc v1.0.0: a diet s3 client 2020-03-12 04:26:31 -06:00
LICENSE v1.0.0: a diet s3 client 2020-03-12 04:26:31 -06:00
README.md v1.0.0: a diet s3 client 2020-03-12 04:26:31 -06:00
index.js use new s3 url style 2020-03-13 21:40:38 -06:00
package-lock.json v1.0.0: a diet s3 client 2020-03-12 04:26:31 -06:00
package.json v1.0.0: a diet s3 client 2020-03-12 04:26:31 -06:00
test.bin v1.0.0: a diet s3 client 2020-03-12 04:26:31 -06:00
test.js v1.0.0: a diet s3 client 2020-03-12 04:26:31 -06:00

README.md

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
})