1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +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

@ -96,7 +96,7 @@ export default Service.extend({
let self = this;
let cacheBuster = + new Date();
$.getJSON(`https://storage.googleapis.com/documize/news/meta.json?cb=${cacheBuster}`, function (versions) {
$.getJSON(`https://documize.s3-eu-west-1.amazonaws.com/news/meta.json?cb=${cacheBuster}`, function (versions) {
let cv = 'v' + versions.community.version;
let ev = 'v' + versions.enterprise.version;
let re = self.get('edition');