You are here

constant S3fsServiceInterface::MAX_URI_LENGTH in S3 File System 4.0.x

Same name and namespace in other branches
  1. 8.3 src/S3fsServiceInterface.php \Drupal\s3fs\S3fsServiceInterface::MAX_URI_LENGTH

Max file URI length.

Max limit that a file including its root StreamWrapper handler. This must match the size of the URI database field.

@const

File

src/S3fsServiceInterface.php, line 18

Class

S3fsServiceInterface
S3fs service interface.

Namespace

Drupal\s3fs

Code

const MAX_URI_LENGTH = 255;