Skip to content

Conversation

@orthagonal
Copy link
Collaborator

No description provided.

if (query.x && query.y) {
options.position = [query.x, query.y];
}
options.gravity = query.gravity;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you have query here, but it's not in joi above

lib/index.js Outdated

module.exports = function(plugin, options, next) {

module.exports = (plugin, options, next) => {
Copy link
Member

@jgallen23 jgallen23 Nov 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you run a check to make sure either key/secret or profile is set? as well as bucket?

@jgallen23 jgallen23 merged commit 94cf94f into master Nov 22, 2016
@jgallen23 jgallen23 deleted the use_s3put branch November 22, 2016 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants