1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

Move product assets to AWS S3

Moving from Google Cloud bucket to AWS S3 bucket.
This commit is contained in:
HarveyKandola 2019-06-12 18:17:05 +01:00
parent 8f4cd755de
commit b256bf2e9d
5 changed files with 10 additions and 10 deletions

View file

@ -25,7 +25,7 @@ export default Component.extend(Notifier, {
let self = this;
let cacheBuster = + new Date();
$.ajax({
url: `https://storage.googleapis.com/documize/news/summary.html?cb=${cacheBuster}`,
url: `https://documize.s3-eu-west-1.amazonaws.com/news/summary.html?cb=${cacheBuster}`,
type: 'GET',
dataType: 'html',
success: function (response) {