Skip to content

Commit

Permalink
Mistyping
Browse files Browse the repository at this point in the history
  • Loading branch information
GDXbsv committed Sep 24, 2024
1 parent ddc678a commit 5e9aea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExcimerS3.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static function ofDsn(
$dsn = Dsn::parseFirst($dsnString);
if (null === $dsn || $dsn->getSchemeProtocol() !== 's3') {
throw new \InvalidArgumentException(
'Malformed parameter "dsn". example: "s3+http://key:secret@aws:4100/123456789012?region=eu-west-1assume=arn%3Aaws%3Aiam%3A%3A123456789012%3Arole%2Fxaccounts3access&bucket=BucketName"'
'Malformed parameter "dsn". example: "s3+http://key:secret@aws:4100/123456789012?region=eu-west-1&assume=arn%3Aaws%3Aiam%3A%3A123456789012%3Arole%2Fxaccounts3access&bucket=BucketName"'
);
}

Expand Down

0 comments on commit 5e9aea4

Please sign in to comment.