Amazon S3 link expiration at boot time?

Does anyone know what happens if the Amazon S3 link expires during the boot process? I use S3 to download 1.6gig files, but I want to set the shortest expiration time, somewhere around 15 minutes.

If the download started within a 15-minute period, but the download problem takes 1 or 2 hours, will this be a problem? I assume that everything is fine after the start of the download?

+6
source share
1 answer

All downloads initiated before the expiration date will continue to work.

Just keep in mind that you may run into problems with some file downloaders that try to load multiple segments at once. After the expiration date, the bootloader will not be able to start new segments, and the user will not be able to pause / resume the download.

+5
source

Source: https://habr.com/ru/post/885694/


All Articles