Skip to content

Commit

Permalink
compile to dist!
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanKeir committed Mar 22, 2022
1 parent 601b2e6 commit 2ce0794
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,16 @@ const providers = {
website_endpoint: `http://%(bucket)s.website-${region}.linodeobjects.com/`,
access_key,
secret_key,
})
}
}),
vultr: ({ region = 'ewr-1', access_key = '', secret_key = ''}) => ({
bucket_location: region,
host_base: `${region}.vultrobjects.com.com`,
host_bucket: `%(bucket)s.${region}.vultrobjects.com`,
website_endpoint: `http://%(bucket)s.website-${region}.vultrobjects.com/`,
access_key,
secret_key,
}),
};

const makeConf = (provider) => {
const opts = { ...defaults, ...provider }
Expand All @@ -467,7 +475,6 @@ module.exports = {
}



/***/ }),

/***/ 658:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ce0794

Please sign in to comment.