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

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

                    Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

                    Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?