Scalr\Service\Aws\S3\Handler\BucketHandler::get PHP Метод

get() публичный Метод

You should be aware of the fact that the entity manager is turned off by default.
public get ( string $bucketName ) : BucketData
$bucketName string A bucket name.
Результат Scalr\Service\Aws\S3\DataType\BucketData Returns BucketData from entity storage if it exists or null otherwise.
    public function get($bucketName)
    {
        return $this->getS3()->getEntityManager()->getRepository('S3:Bucket')->find($bucketName);
    }