Kentico: Amazon S3 Periodically MalfunctioningUpload to Amazon S3 with Codeigniterhow to store scrapy images on Amazon S3?Make the object publicly readable in Amazon S3How to map Kentico DB Entries to URLs and actual web pagesRedeploy All Files to Cloud Storage After Implementing within KenticoDjango image upload to Amazon S3 fails with botoExporting existing uploaded images in Refinery to Amazon S3Issue related to reorder of uploaded documents in media library (Kentico 9)Uploading to Amazon s3 undefined property in meteorHow to integrate opencart with Amazon CDN?

Is it acceptable to say that a reviewer's concern is not going to be addressed because then the paper would be too long?

Which place in our solar system is the most fit for terraforming?

Can anyone put a name to this Circle of Fifths observation?

relating two diagrams in tikzcd

Is it possible to encode a message in such a way that can only be read by someone or something capable of seeing into the very near future?

Is this Portent-like spell balanced?

Why does this image of Jupiter look so strange?

Proper way to shut down consumer

How do pilots align the HUD with their eyeballs?

My manager quit. Should I agree to defer wage increase to accommodate budget concerns?

Do wheelchair aircraft exist?

Hilbert's hotel: why can't I repeat it infinitely many times?

Does "as soon as" imply simultaneity?

Should I answer honestly if asked why I was late one day when I was actually in an interview?

Is it impolite to ask for halal food when traveling to and in Thailand?

How to justify a team increase when the team is doing good?

extracting sublists

1, 2, 4, 8, 16, ... 33?

Late 1970's and 6502 chip facilities for operating systems

Subverting the emotional woman and stoic man trope

Research promotions in the middle of post-doc contract

Do we know the situation in Britain before Sealion (summer 1940)?

A file manager to open a zip file like opening a folder, instead of extract it by using a archive manager

A high quality contribution but an annoying error is present in my published article



Kentico: Amazon S3 Periodically Malfunctioning


Upload to Amazon S3 with Codeigniterhow to store scrapy images on Amazon S3?Make the object publicly readable in Amazon S3How to map Kentico DB Entries to URLs and actual web pagesRedeploy All Files to Cloud Storage After Implementing within KenticoDjango image upload to Amazon S3 fails with botoExporting existing uploaded images in Refinery to Amazon S3Issue related to reorder of uploaded documents in media library (Kentico 9)Uploading to Amazon s3 undefined property in meteorHow to integrate opencart with Amazon CDN?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















The Kentico site I am currently working on has the requirement of storing all document & images to the Amazon S3 cloud. I've gone through Kentico's documentation on how to configure Amazon S3 and am fairly confident that has been done correctly. I have been able to upload all of the images to S3 via Kentico's Media Library module.



The problem I am having is, periodically and seemingly without cause the Media Library module reverts back to storing newly uploaded content to the local file system rather than to S3 & then maybe an hour will pass at which time if I open the Media Library again it shows the S3 images as it should.



Does anyone have any ideas as to what could cause this to happen seemingly randomly?










share|improve this question






























    0















    The Kentico site I am currently working on has the requirement of storing all document & images to the Amazon S3 cloud. I've gone through Kentico's documentation on how to configure Amazon S3 and am fairly confident that has been done correctly. I have been able to upload all of the images to S3 via Kentico's Media Library module.



    The problem I am having is, periodically and seemingly without cause the Media Library module reverts back to storing newly uploaded content to the local file system rather than to S3 & then maybe an hour will pass at which time if I open the Media Library again it shows the S3 images as it should.



    Does anyone have any ideas as to what could cause this to happen seemingly randomly?










    share|improve this question


























      0












      0








      0








      The Kentico site I am currently working on has the requirement of storing all document & images to the Amazon S3 cloud. I've gone through Kentico's documentation on how to configure Amazon S3 and am fairly confident that has been done correctly. I have been able to upload all of the images to S3 via Kentico's Media Library module.



      The problem I am having is, periodically and seemingly without cause the Media Library module reverts back to storing newly uploaded content to the local file system rather than to S3 & then maybe an hour will pass at which time if I open the Media Library again it shows the S3 images as it should.



      Does anyone have any ideas as to what could cause this to happen seemingly randomly?










      share|improve this question














      The Kentico site I am currently working on has the requirement of storing all document & images to the Amazon S3 cloud. I've gone through Kentico's documentation on how to configure Amazon S3 and am fairly confident that has been done correctly. I have been able to upload all of the images to S3 via Kentico's Media Library module.



      The problem I am having is, periodically and seemingly without cause the Media Library module reverts back to storing newly uploaded content to the local file system rather than to S3 & then maybe an hour will pass at which time if I open the Media Library again it shows the S3 images as it should.



      Does anyone have any ideas as to what could cause this to happen seemingly randomly?







      amazon-s3 kentico






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 28 at 17:28









      VersatileVersatile

      7347 silver badges14 bronze badges




      7347 silver badges14 bronze badges

























          2 Answers
          2






          active

          oldest

          votes


















          0
















          Do you have a code in place which maps only certain folders to your Amazon S3? It's the following section of documentation - Storing files in different buckets.
          If so, make sure the definition of the class is the same as in documentation so that it is registered correctly in the system.



          Also, make sure that nobody is renaming the media library structure (e.g. folder names) or tampering with a default Media libraries folder setting (Settings application -> Content -> Media -> Media libraries folder). This could also affect the way system maps media files to S3.






          share|improve this answer
































            0
















            I noticed when looking at my S3 bucket using S3 Browser all files and folders were converted to lowercase. I was able to resolve my problem by changing all of the Media Library folders to lowercase. I also recommend making sure there are no special characters. After this I went into my mapping file and changed the file path references to lowercase as well.






            share|improve this answer



























              Your Answer






              StackExchange.ifUsing("editor", function ()
              StackExchange.using("externalEditor", function ()
              StackExchange.using("snippets", function ()
              StackExchange.snippets.init();
              );
              );
              , "code-snippets");

              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "1"
              ;
              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: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              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/4.0/"u003ecc by-sa 4.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%2fstackoverflow.com%2fquestions%2f55403652%2fkentico-amazon-s3-periodically-malfunctioning%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0
















              Do you have a code in place which maps only certain folders to your Amazon S3? It's the following section of documentation - Storing files in different buckets.
              If so, make sure the definition of the class is the same as in documentation so that it is registered correctly in the system.



              Also, make sure that nobody is renaming the media library structure (e.g. folder names) or tampering with a default Media libraries folder setting (Settings application -> Content -> Media -> Media libraries folder). This could also affect the way system maps media files to S3.






              share|improve this answer





























                0
















                Do you have a code in place which maps only certain folders to your Amazon S3? It's the following section of documentation - Storing files in different buckets.
                If so, make sure the definition of the class is the same as in documentation so that it is registered correctly in the system.



                Also, make sure that nobody is renaming the media library structure (e.g. folder names) or tampering with a default Media libraries folder setting (Settings application -> Content -> Media -> Media libraries folder). This could also affect the way system maps media files to S3.






                share|improve this answer



























                  0














                  0










                  0









                  Do you have a code in place which maps only certain folders to your Amazon S3? It's the following section of documentation - Storing files in different buckets.
                  If so, make sure the definition of the class is the same as in documentation so that it is registered correctly in the system.



                  Also, make sure that nobody is renaming the media library structure (e.g. folder names) or tampering with a default Media libraries folder setting (Settings application -> Content -> Media -> Media libraries folder). This could also affect the way system maps media files to S3.






                  share|improve this answer













                  Do you have a code in place which maps only certain folders to your Amazon S3? It's the following section of documentation - Storing files in different buckets.
                  If so, make sure the definition of the class is the same as in documentation so that it is registered correctly in the system.



                  Also, make sure that nobody is renaming the media library structure (e.g. folder names) or tampering with a default Media libraries folder setting (Settings application -> Content -> Media -> Media libraries folder). This could also affect the way system maps media files to S3.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Mar 29 at 7:57









                  FilipoFilipo

                  16




                  16


























                      0
















                      I noticed when looking at my S3 bucket using S3 Browser all files and folders were converted to lowercase. I was able to resolve my problem by changing all of the Media Library folders to lowercase. I also recommend making sure there are no special characters. After this I went into my mapping file and changed the file path references to lowercase as well.






                      share|improve this answer





























                        0
















                        I noticed when looking at my S3 bucket using S3 Browser all files and folders were converted to lowercase. I was able to resolve my problem by changing all of the Media Library folders to lowercase. I also recommend making sure there are no special characters. After this I went into my mapping file and changed the file path references to lowercase as well.






                        share|improve this answer



























                          0














                          0










                          0









                          I noticed when looking at my S3 bucket using S3 Browser all files and folders were converted to lowercase. I was able to resolve my problem by changing all of the Media Library folders to lowercase. I also recommend making sure there are no special characters. After this I went into my mapping file and changed the file path references to lowercase as well.






                          share|improve this answer













                          I noticed when looking at my S3 bucket using S3 Browser all files and folders were converted to lowercase. I was able to resolve my problem by changing all of the Media Library folders to lowercase. I also recommend making sure there are no special characters. After this I went into my mapping file and changed the file path references to lowercase as well.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Apr 10 at 16:43









                          VersatileVersatile

                          7347 silver badges14 bronze badges




                          7347 silver badges14 bronze badges































                              draft saved

                              draft discarded















































                              Thanks for contributing an answer to Stack Overflow!


                              • 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%2fstackoverflow.com%2fquestions%2f55403652%2fkentico-amazon-s3-periodically-malfunctioning%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

                              SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

                              용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

                              155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해