You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read contents of path into a Record and return a promise which resolves to it. If any additional parameters are required for loading (i.e. providing a s3 client, encoding, etc), they can be passed in via options.
write(buffer, options)
Write contents of buffer to destination and return a promise which resolves to the buffer provided. If any additional parameters are required for saving (i.e. providing a s3 client, acl settings, etc), they can be passed via options.