Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 207e863

Browse files
committed
Improves warning message.
1 parent 503f0ff commit 207e863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Naderman/Composer/AWS/AwsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function s3factory(Config $config)
228228
if (isset($s3config['region'])) {
229229
$this->client = new S3Client($s3config);
230230
} 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).");
232232
$this->client = new S3MultiRegionClient($s3config);
233233
}
234234
}

0 commit comments

Comments
 (0)