Skip to content

Commit

Permalink
idiot sandwich
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanKeir committed Mar 22, 2022
1 parent 2ce0794 commit 53531cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ const providers = {
}),
vultr: ({ region = 'ewr-1', access_key = '', secret_key = ''}) => ({
bucket_location: region,
host_base: `${region}.vultrobjects.com.com`,
host_base: `${region}.vultrobjects.com`,
host_bucket: `%(bucket)s.${region}.vultrobjects.com`,
website_endpoint: `http://%(bucket)s.website-${region}.vultrobjects.com/`,
access_key,
Expand Down
2 changes: 1 addition & 1 deletion src/providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const providers = {
}),
vultr: ({ region = 'ewr-1', access_key = '', secret_key = ''}) => ({
bucket_location: region,
host_base: `${region}.vultrobjects.com.com`,
host_base: `${region}.vultrobjects.com`,
host_bucket: `%(bucket)s.${region}.vultrobjects.com`,
website_endpoint: `http://%(bucket)s.website-${region}.vultrobjects.com/`,
access_key,
Expand Down

0 comments on commit 53531cd

Please sign in to comment.