flysystem-aws-s3-v3
flysystem-aws-s3-v3 copied to clipboard
Uncaught S3Exception from s3Client->execute() in League\Flysystem\AwsS3v3\AwsS3Adapter->getRawVisibility()
In League\Flysystem\AwsS3v3\AwsS3Adapter
, it looks like in many methods, such as setVisibility()
, $this->s3Client->execute($command);
is wrapped in try catch blocks.
Is it OK to wrap the execute call in League\Flysystem\AwsS3v3\AwsS3Adapter->getRawVisibility() (Line: 485)
as well? And, if there's an exception, return false
.