@mojotech/mojo-ghost-s3-adapter
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -31,3 +31,3 @@ 'use strict'; | ||
this.config = config; | ||
this.assetHost = config.asssetHost | ||
this.assetHost = config.assetHost | ||
? config.assetHost | ||
@@ -34,0 +34,0 @@ : util.format('https://s3.%s.amazonaws.com/%s', config.region, config.bucket); |
{ | ||
"name": "@mojotech/mojo-ghost-s3-adapter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Ghost storage adapter to store and serve images from AWS S3", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8023