Commit 0e031b3a authored by Mark Harding's avatar Mark Harding

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

This reverts commit 95e7b86a.
No related merge requests found
Pipeline #84984299 passed with stages
in 9 minutes and 28 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