1
0
miroir de https://github.com/therootcompany/s3.js.git synchronisé 2024-11-16 17:09:00 +00:00
s3.js/README.md

347 B

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