You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/S3FileSystem.php
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,12 @@ class S3FileSystem extends BaseFileSystemStorage
80
80
*/
81
81
public$maxAge = 2592000;
82
82
83
+
/**
84
+
* If defined, the endpoint and bucket name will be removed from the url and replaced with this value. This is can be helpful if migrating from an existing s3 url to another.
85
+
* @since 1.7.0
86
+
*/
87
+
public$readableProxyUrl;
88
+
83
89
/**
84
90
* @inheritdoc
85
91
*/
@@ -191,8 +197,16 @@ public function getS3Config()
0 commit comments