ghost-storage-adapter-s3 icon indicating copy to clipboard operation
ghost-storage-adapter-s3 copied to clipboard

An AWS S3 storage adapter for Ghost

Results 45 ghost-storage-adapter-s3 issues
Sort by recently updated
recently updated
newest added

Even though all the config were correct and the s3 folder was there in the content/adapters/storage, files weren't uploaded to S3, instead were uploaded to local.

I found out it works with ghost 5, but we have to upgrade packages aws-sdk and ghost-storage-base ``` FROM ghost:5.2.4-alpine AS ghost-base RUN npm install --prefix /tmp/ghost-storage-adapter-s3 ghost-storage-adapter-s3 && \...

Bumps [moment](https://github.com/moment/moment) from 2.18.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

How to generate presigned URLs when files are uploaded?

I am getting access denied when connected to S3 and CloudFront Error ID: ghost_1 | ba4e8df0-3e9d-11eb-875f-3bf6d4f677d6 ghost_1 | ghost_1 | Error Code: ghost_1 | AccessDenied ghost_1 | ghost_1 | ----------------------------------------...

Previous commands didn't work! Now this one works for me.

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

I created PR https://github.com/colinmeinke/ghost-storage-adapter-s3/pull/94 in order to update the doc. In short, GetObject should be used for public access. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteAccessPermissionsReqd.html

As per [AWS doc](https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteAccessPermissionsReqd.html) the correct action to allow publicly is `GetObject`.

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.2.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies