A simple, lightweight s3 client. Only 2 dependencies total.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
AJ ONeal b5a06a587f v1.0.1: bugfix encoding, use newer s3 url style 4 years ago
bin use new s3 url style 4 years ago
.gitignore v1.0.0: a diet s3 client 4 years ago
.jshintrc v1.0.0: a diet s3 client 4 years ago
.prettierrc v1.0.0: a diet s3 client 4 years ago
LICENSE v1.0.0: a diet s3 client 4 years ago
README.md v1.0.0: a diet s3 client 4 years ago
index.js use new s3 url style 4 years ago
package-lock.json v1.0.1: bugfix encoding, use newer s3 url style 4 years ago
package.json v1.0.1: bugfix encoding, use newer s3 url style 4 years ago
test.bin v1.0.0: a diet s3 client 4 years ago
test.js v1.0.0: a diet s3 client 4 years ago

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