return json when appropriate and support fallback
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.
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.