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
{{ message }}
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: src/Naderman/Composer/AWS/AwsClient.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ public function s3factory(Config $config)
228
228
if (isset($s3config['region'])) {
229
229
$this->client = newS3Client($s3config);
230
230
} else {
231
-
$this->io->write("WARN: composer-aws couldn't find a configured region. It'll take a couple extra HTTP round-trips to determine the region(s).");
231
+
$this->io->write("WARN: composer-aws couldn't find a configured region for S3. It'll take a couple extra HTTP round-trips to determine the region(s).");
0 commit comments