Compare commits

...

3 Commits

Author SHA1 Message Date
philipyoo a20a304704 logs 2018-07-25 16:18:51 -07:00
philipyoo 29603016b4 bump 2018-07-25 12:30:31 -07:00
philipyoo 2b417c948c bump 2018-07-25 11:28:44 -07:00
2 changed files with 6 additions and 2 deletions

View File

@ -42,6 +42,10 @@ function locationConstraintCheck(request, metaHeaders, bucket, log) {
const backendInfo = new BackendInfo(objectLocationConstraint, const backendInfo = new BackendInfo(objectLocationConstraint,
bucketLocationConstraint, requestEndpoint, bucketLocationConstraint, requestEndpoint,
controllingBackend.legacyLocationConstraint); controllingBackend.legacyLocationConstraint);
console.log('\n======================')
console.log(backendInfo.getControllingLocationConstraint());
console.log(controllingBackend.defaultedToDataBackend)
backendInfoObj = { backendInfoObj = {
err: null, err: null,
controllingLC: backendInfo.getControllingLocationConstraint(), controllingLC: backendInfo.getControllingLocationConstraint(),

View File

@ -1,6 +1,6 @@
{ {
"name": "@zenko/cloudserver", "name": "@zenko/cloudserver",
"version": "8.0.0-beta", "version": "8.2.0-beta",
"description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol",
"main": "index.js", "main": "index.js",
"engines": { "engines": {
@ -19,7 +19,7 @@
}, },
"homepage": "https://github.com/scality/S3#readme", "homepage": "https://github.com/scality/S3#readme",
"dependencies": { "dependencies": {
"arsenal": "github:scality/Arsenal#dfcdea4", "arsenal": "github:scality/Arsenal#test/errorhandlekeylen",
"async": "~2.5.0", "async": "~2.5.0",
"aws-sdk": "2.28.0", "aws-sdk": "2.28.0",
"azure-storage": "^2.1.0", "azure-storage": "^2.1.0",