Из-за периодической блокировки нашего сайта РКН сервисами, просим воспользоваться резервным адресом:
Загрузить через dTub.ru Загрузить через ClipSaver.ruУ нас вы можете посмотреть бесплатно Enabling CORS on an S3 Bucket in AWS (The Hands-on Demo) | Amazon Web Services Tutorial или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Роботам не доступно скачивание файлов. Если вы считаете что это ошибочное сообщение - попробуйте зайти на сайт через браузер google chrome или mozilla firefox. Если сообщение не исчезает - напишите о проблеме в обратную связь. Спасибо.
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
In a previous video ( • CORS and S3 Simply Explained (The The... ) we saw the theory behind cross-origin resource sharing (CORS) and how it works with Amazon S3 buckets. In this video, we put that theory into action in the AWS Console. In a hands-on demo, we’ll create two S3 buckets (enabling static website hosting and opening up public access). Then we upload two HTML files to the origin bucket, showing that it works. Next, we split the HTML files across the two buckets (one in the origin bucket and one in the cross-domain bucket) and see that we get a CORS error. “Fetch blocked by CORS policy.” “No Access-Control-Allow-Origin header is present.” Doh! To fix the error, we enable CORS on the cross-origin bucket, allowing GET method requests from the origin bucket. The code from the demo can be found here: https://docs.google.com/document/d/1w.... 🌟🌟If you’re interested in getting AWS certifications, check out these full courses. They include lots of hands-on demos, quizzes and full practice exams. Use FRIENDS10 for a 10% discount! AWS Certified Cloud Practitioner: https://academy.zerotomastery.io/a/af... AWS Certified Solutions Architect Associate: https://academy.zerotomastery.io/a/af... 00:00 – Overviewing the two buckets (origin and cross-origin) and HTML pages we’ll be creating 00:38 – Creating the origin bucket in S3 to host a static website 02:29 – Creating the cross-origin bucket in S3 to host a static website 03:49 – Uploading the HTML files to the origin bucket 05:32 – Moving one HTML page to the cross-origin bucket 07:42 – CORS error! Fetch blocked by CORS policy. No Access-Control-Allow-Origin header is present 09:00 – Fixing the CORS error by enabling CORS on the cross-origin bucket, JSON policy 10:17 – Testing our CORS changes