Comparing version 0.6.6 to 0.6.7
@@ -42,2 +42,6 @@ 'use strict'; | ||
} | ||
else if (req.query.restype === 'container' && req.query.comp === 'acl') { | ||
// Not fully supported, but that's no reason to fail! | ||
res.status(200).send(); | ||
} | ||
else if (req.query.restype === 'container') { | ||
@@ -52,2 +56,2 @@ createContainerHandler.process(req, res, req.params.container); | ||
}); | ||
} | ||
} |
{ | ||
"name": "azurite", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "A lightweight server clone of Azure Blob Storage that simulates most of the commands supported by it with minimal dependencies.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118151
2600