Sync google cloud storage with CDN to products imagesAdd new custom CMS template directive cdnmediaWhy product images are not loading using CDN URL?Using AWS S3 bucket to store media folderUse CDN url instead of image path with mysql bulk importWhat is the REST API call to create a product with the image already hosted on a CDNMagento 2 import products with imagesCached Images not shown in Product Image (CDN at AWS S3)Magento2 : Manage and understand images of deleted products behavior?M2 display grouped products thumbnails in gallery imagesImporting product images from URL problem
Does Marvel have an equivalent of the Green Lantern?
What are the penalties for overstaying in USA?
Links to webpages in books
Apply brace expansion in "reverse order"
Vanishing of certain coefficients coming from Coxeter groups
Should developer taking test phones home or put in office?
How long would it take to cross the Channel in 1890's?
Iterate over colors on next pie chart with pgf-pie
Would it be a copyright violation if I made a character’s full name refer to a song?
Computing a trigonometric integral
Swapping rooks in a 4x4 board
Why did pressing the joystick button spit out keypresses?
Why do some games show lights shine thorugh walls?
Is adding a new player (or players) a DM decision, or a group decision?
Is it possible writing coservation of relativistic energy in this naive way?
Iterate MapThread with matrices
How much will studying magic in an academy cost?
Proving a certain type of topology is discrete without the axiom of choice
Folding basket - is there such a thing?
What's currently blocking the construction of the wall between Mexico and the US?
Fill NAs in R with zero if the next valid data point is more than 2 intervals away
How to split an equation in two lines?
What is the legal status of travelling with methadone in your carry-on?
Can ADFS connect to other SSO services?
Sync google cloud storage with CDN to products images
Add new custom CMS template directive cdnmediaWhy product images are not loading using CDN URL?Using AWS S3 bucket to store media folderUse CDN url instead of image path with mysql bulk importWhat is the REST API call to create a product with the image already hosted on a CDNMagento 2 import products with imagesCached Images not shown in Product Image (CDN at AWS S3)Magento2 : Manage and understand images of deleted products behavior?M2 display grouped products thumbnails in gallery imagesImporting product images from URL problem
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have a GCS folder with all my products images and now I've configured a CDN (always with Google) linked to this source. I would use these images for my Magento 2 store, specifically, I 'd like to be able to link each product to image into my google storage bucket.
Any suggestion?
magento2 magento2.3 product-images cdn external-images
add a comment |
I have a GCS folder with all my products images and now I've configured a CDN (always with Google) linked to this source. I would use these images for my Magento 2 store, specifically, I 'd like to be able to link each product to image into my google storage bucket.
Any suggestion?
magento2 magento2.3 product-images cdn external-images
add a comment |
I have a GCS folder with all my products images and now I've configured a CDN (always with Google) linked to this source. I would use these images for my Magento 2 store, specifically, I 'd like to be able to link each product to image into my google storage bucket.
Any suggestion?
magento2 magento2.3 product-images cdn external-images
I have a GCS folder with all my products images and now I've configured a CDN (always with Google) linked to this source. I would use these images for my Magento 2 store, specifically, I 'd like to be able to link each product to image into my google storage bucket.
Any suggestion?
magento2 magento2.3 product-images cdn external-images
magento2 magento2.3 product-images cdn external-images
edited Jun 14 at 15:13
Amit Bera♦
61.5k16 gold badges84 silver badges183 bronze badges
61.5k16 gold badges84 silver badges183 bronze badges
asked Jun 14 at 14:31
Claudio PomoClaudio Pomo
1217 bronze badges
1217 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
create product in magento with images, then you sync media base folder to GCS.
https://cloud.google.com/storage/docs/quickstart-gsutil
or you can use special extension that automates it for you:
https://www.google.com/search?q=google+cloud+storage+magento+2
create CNAME
for your bucket, and then in magento 2 admin settings you change base url for media and static files to point to your CNAME
end name.
https://cloud.google.com/storage/docs/request-endpoints
so your final url for example will be like:
https://CNAME_TO_GCS/media/catalog/product/cache/207e232def205098cf3c8a3/i/m/image.jpg
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278417%2fsync-google-cloud-storage-with-cdn-to-products-images%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
create product in magento with images, then you sync media base folder to GCS.
https://cloud.google.com/storage/docs/quickstart-gsutil
or you can use special extension that automates it for you:
https://www.google.com/search?q=google+cloud+storage+magento+2
create CNAME
for your bucket, and then in magento 2 admin settings you change base url for media and static files to point to your CNAME
end name.
https://cloud.google.com/storage/docs/request-endpoints
so your final url for example will be like:
https://CNAME_TO_GCS/media/catalog/product/cache/207e232def205098cf3c8a3/i/m/image.jpg
add a comment |
create product in magento with images, then you sync media base folder to GCS.
https://cloud.google.com/storage/docs/quickstart-gsutil
or you can use special extension that automates it for you:
https://www.google.com/search?q=google+cloud+storage+magento+2
create CNAME
for your bucket, and then in magento 2 admin settings you change base url for media and static files to point to your CNAME
end name.
https://cloud.google.com/storage/docs/request-endpoints
so your final url for example will be like:
https://CNAME_TO_GCS/media/catalog/product/cache/207e232def205098cf3c8a3/i/m/image.jpg
add a comment |
create product in magento with images, then you sync media base folder to GCS.
https://cloud.google.com/storage/docs/quickstart-gsutil
or you can use special extension that automates it for you:
https://www.google.com/search?q=google+cloud+storage+magento+2
create CNAME
for your bucket, and then in magento 2 admin settings you change base url for media and static files to point to your CNAME
end name.
https://cloud.google.com/storage/docs/request-endpoints
so your final url for example will be like:
https://CNAME_TO_GCS/media/catalog/product/cache/207e232def205098cf3c8a3/i/m/image.jpg
create product in magento with images, then you sync media base folder to GCS.
https://cloud.google.com/storage/docs/quickstart-gsutil
or you can use special extension that automates it for you:
https://www.google.com/search?q=google+cloud+storage+magento+2
create CNAME
for your bucket, and then in magento 2 admin settings you change base url for media and static files to point to your CNAME
end name.
https://cloud.google.com/storage/docs/request-endpoints
so your final url for example will be like:
https://CNAME_TO_GCS/media/catalog/product/cache/207e232def205098cf3c8a3/i/m/image.jpg
edited Jun 15 at 12:34
answered Jun 15 at 8:53
MagenXMagenX
2,42710 silver badges27 bronze badges
2,42710 silver badges27 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278417%2fsync-google-cloud-storage-with-cdn-to-products-images%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown