You are here

public constant S3FileMap::TABLE_NAME in Acquia Content Hub 8.2

The file map table name.

Changing this will affect the database table name too. Make change with caution.

File

modules/acquia_contenthub_s3/src/S3FileMap.php, line 21

Class

S3FileMap
Responsible for storing information about file s3 source.

Namespace

Drupal\acquia_contenthub_s3

Code

public const TABLE_NAME = 'acquia_contenthub_s3_file_map';