Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
B
bn_repos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
package
bn_repos
Commits
7bc37a01
Commit
7bc37a01
authored
Oct 23, 2017
by
Thomas Bilk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed max expiry date down to 5 days
parent
a93b10f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AdapterAmazonS3Ver2.php
src/BNRepo/Repository/Adapter/AdapterAmazonS3Ver2.php
+1
-1
No files found.
src/BNRepo/Repository/Adapter/AdapterAmazonS3Ver2.php
View file @
7bc37a01
...
...
@@ -122,7 +122,7 @@ class AdapterAmazonS3Ver2 extends AmazonS3 implements GaufretteAdapter, UrlAware
]);
if
(
empty
(
$validTime
))
$validTime
=
'+
6
days'
;
// max expire time
$validTime
=
'+
5
days'
;
// max expire time
elseif
(
is_numeric
(
$validTime
))
$validTime
=
'+'
.
$validTime
.
' seconds'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment