We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4fb2e commit e92b309Copy full SHA for e92b309
README.md
@@ -35,6 +35,9 @@ use Hassan\S3BrowserBasedUploads\Facades\S3BrowserBasedUploads;
35
S3BrowserBasedUploads::getEndpointUrl()
36
37
S3BrowserBasedUploads::getFields()
38
+
39
+// with another connection
40
+S3BrowserBasedUploads::connection('another')->getFields();
41
```
42
43
## Example
0 commit comments