관리-도구
편집 파일: ProgressBarFactoryInterface.php
<?php namespace Aws\S3\S3Transfer\Progress; interface ProgressBarFactoryInterface { public function __invoke(): ProgressBarInterface; }