You are here

class S3ConnectValidationException in AmazonS3 7.2

Exception thrown when credentials and bucket configurations are invalid.

@class S3ConnectValidationException @package Drupal\amazons3\Exception

Hierarchy

Expanded class hierarchy of S3ConnectValidationException

2 files declare their use of S3ConnectValidationException
amazons3.module in ./amazons3.module
Hook implementations for the AmazonS3 module.
S3Client.php in src/S3Client.php
A wrapper around S3Client::factory() using aws_key / aws_secret variables.

File

src/Exception/S3ConnectValidationException.php, line 13

Namespace

Drupal\amazons3\Exception
View source
class S3ConnectValidationException extends S3Exception {

}

Members