Skip to content

Commit

Permalink
replace knox with knox-s3
Browse files Browse the repository at this point in the history
- knox-s3 is a fork of knox with one difference: a mime 1.x dependency constraint that avoids breaking changes in mime 2.x
- see keystonejs/keystone#4498
  • Loading branch information
cvn committed Feb 15, 2018
1 parent 4fb4ce1 commit 0235319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TODO
var assign = require('object-assign');
var debug = require('debug')('keystone-s3');
var ensureCallback = require('keystone-storage-namefunctions/ensureCallback');
var knox = require('knox');
var knox = require('knox-s3');
var nameFunctions = require('keystone-storage-namefunctions');
var pathlib = require('path');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://github.com/keystonejs/keystone-storage-adapter-s3",
"dependencies": {
"debug": "^2.2.0",
"knox": "^0.9.2",
"knox-s3": "^0.9.5",
"keystone-storage-namefunctions": "^1.0.0",
"object-assign": "^4.1.0"
},
Expand Down

0 comments on commit 0235319

Please sign in to comment.