Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

52 lines (38 loc) · 1.74 KB

ghost-s3-storage-adapter

3.0.8

  • fix publish workflow

3.0.7

  • automatic package publish on release using workflows

3.0.6

  • make the access key id and access key optional by @tomasz-tomczyk in #3
  • fix typo in variable name by @ifvictr in #2

3.0.5

  • fix issue with config by @norla in #1

3.0.3

  • Name change to ghost-s3-storage-adapter

3.0.2

  • Bug fix

3.0.1

  • Bug fix

3.0.0

  • Complete rewrite and implementation of delete and exists methods

2.0.1

2.0.0

Changed

  • Restored the ability to specify an assetHost in the Ghost config.js file.
  • Added logging on image serving errors.

Fixed

  • Use path-style URLs to construct the S3 endpoint images can be read from to avoid certificate validation failures. This is necessary because common bucket naming can include one or more dots (.), such as images.yourdomain.com. If you a virtual-hosted–style URL https://images.yourdomain.com.s3.amazonaws.com would fail a certificate validity check because AWS uses a *.s3.amazonaws.com wildcard cert. The certificate would be deemed invalid because RFC2818 allows matching of only a single domain for a given wild card character.

[1.0.2] - 2016-04-20

Changed

  • Add support for proxying local image requests to S3

[1.0.1] - 2016-04-20