Commit b8e221fa authored by Mark Harding's avatar Mark Harding

(chore): video ttl to 48 hours

No related merge requests found
Pipeline #82937032 passed with stages
in 11 minutes and 32 seconds
......@@ -65,6 +65,6 @@ class Manager
return null;
}
return (string) $this->s3->createPresignedRequest($cmd, '+20 minutes')->getUri();
return (string) $this->s3->createPresignedRequest($cmd, '+48 hours')->getUri();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment