Commit f390f542 authored by Mark Harding's avatar Mark Harding

Revert "(chore): increase presigned video request to 90 days"

This reverts commit 95e7b86a.
parent b0c1432e
No related merge requests found
Pipeline #84984354 passed with stages
in 14 minutes and 18 seconds
......@@ -65,6 +65,6 @@ class Manager
return null;
}
return (string) $this->s3->createPresignedRequest($cmd, '+90 days')->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