jeffpc / nx01

testing
MIT License
1 stars 0 forks source link

objstore should check obj creation mode for sanity #48

Open jeffpc opened 8 years ago

jeffpc commented 8 years ago

We currently pass the file mode from the user all the way to the backend. We should do some basic sanity checking in the generic code. (The alternative is to duplicate that check in every backend. Yuck!)