-
Notifications
You must be signed in to change notification settings - Fork 2
Update to use new interface and amend readme and package. #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| del: function (req) { | ||
| if (verbose) console.log('trying to del', key, req.offset, req.size) | ||
| req.callback() | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't implement write/del, then .deletable and .writable will be false :)
package.json
Outdated
| "random-access-storage": "^1.1.0" | ||
| }, | ||
| "devDependencies": { | ||
| "aws-sdk": "^2.188.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a prod dep right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yes it is! thank you for catching that one
|
Nice! You might want to implement destroy as well (just delete the entire object on s3) |
|
Its looking good with the changes @mafintosh has recommended. Adding tests and travis will increase confidence for the package. |
No description provided.