Skip to content

Releases: firstandthird/s3db

listAndGet, getBulk

Choose a tag to compare

@orthagonal orthagonal released this 15 May 22:26
  • listAndGet will list files in a folder and get all of them
  • getBulk takes in an array of s3 Keys and will get all of them

return json when appropriate and support fallback

Choose a tag to compare

@orthagonal orthagonal released this 13 May 09:10

put and get will write/read JSON when passed a json object. get now has a fallback option so that if the S3 Object is not found, it will return the fallback instead of throwing an error.

version 1

Choose a tag to compare

@orthagonal orthagonal released this 21 Apr 19:20

First working version, works on both s3 and locally. See tests for example usage.