Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/config/s3.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,20 @@

'path' => ':attachment/:id/:style/:filename',

/*
|--------------------------------------------------------------------------
| S3 Object Expiration
|--------------------------------------------------------------------------
|
| An expiration string that will be used as default for all S3 objects
| This parameter is passed to the Aws\S3\S3Client::getObjectUrl() when
| retrieving a file from S3.
| AWS Documentation for Aws\S3\S3Client::getObjectURL() at
| http://docs.aws.amazon.com/aws-sdk-php/latest/class-Aws.S3.S3Client.html#_getObjectUrl
| This is usually used in conjunction with a 'private' ACL object config
|
*/

's3_object_url_expires' => null,

];