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:
parent
8f4cd755de
commit
b256bf2e9d
5 changed files with 10 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue