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
a93b10f2
Commit
a93b10f2
authored
Nov 22, 2016
by
bussnet
Committed by
GitHub
Nov 22, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1 from cuhsat/patch-1
Changed max expire date to 6 days
parents
a10a1b34
584065e5
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 @
a93b10f2
...
...
@@ -122,7 +122,7 @@ class AdapterAmazonS3Ver2 extends AmazonS3 implements GaufretteAdapter, UrlAware
]);
if
(
empty
(
$validTime
))
$validTime
=
'+
1 week
'
;
// max expire time
$validTime
=
'+
6 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