Commit b8e221fa authored by Mark Harding's avatar Mark Harding

(chore): video ttl to 48 hours

parent 5dfc92d6
No related merge requests found
Pipeline #82933266 running with stages
......@@ -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