We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1bfd1 commit d458007Copy full SHA for d458007
config/backups.php
@@ -10,7 +10,7 @@
10
11
// This value is used to determine the lifespan of UploadPart presigned urls that wings
12
// uses to upload backups to S3 storage. Value is in minutes, so this would default to an hour.
13
- 'presigned_url_lifespan' => env('BACKUP_PRESIGNED_URL_LIFESPAN', 60),
+ 'presigned_url_lifespan' => (int) env('BACKUP_PRESIGNED_URL_LIFESPAN', 60),
14
15
// This value defines the maximal size of a single part for the S3 multipart upload during backups
16
// The maximal part size must be given in bytes. The default value is 5GB.
0 commit comments