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;








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?










share|improve this question






























    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?










    share|improve this question


























      0












      0








      0


      1






      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?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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




















          1 Answer
          1






          active

          oldest

          votes


















          0














          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





          share|improve this answer



























            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
            );



            );













            draft saved

            draft discarded


















            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









            0














            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





            share|improve this answer





























              0














              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





              share|improve this answer



























                0












                0








                0







                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





                share|improve this answer















                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






                share|improve this answer














                share|improve this answer



                share|improve this answer








                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



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form