We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a6103 commit 1a8987eCopy full SHA for 1a8987e
lib/handlers/put.js
@@ -10,8 +10,8 @@ const { stringToStream } = require('../utils')
10
const RESERVED_SUFFIXES = ['.acl', '.meta']
11
12
/**
13
- * This function is used to make sure a resource or container which contains
14
- * reserved suffixes for auxiliary documents cannot be created.
+ * This function is used to prevent creation of a resource or container
+ * which contains auxiliary documents named with reserved suffixes.
15
* @param {string} path - the uri to check for invalid suffixes
16
* @returns {boolean} true is fail - if the path contains reserved suffixes
17
*/
0 commit comments