s3fs.module in S3 File System 8.3
Same filename and directory in other branches
Hook implementations and other primary functionality for S3 File System.
File
s3fs.moduleView source
<?php
/**
* @file
* Hook implementations and other primary functionality for S3 File System.
*/
/**
* The prefix for our Drupal-cached metadata.
*/
define('S3FS_CACHE_PREFIX', 's3fs:uri:');
define('S3FS_CACHE_BIN', 'default');
define('S3FS_CACHE_TAG', 's3fs');
Constants
Name | Description |
---|---|
S3FS_CACHE_BIN | |
S3FS_CACHE_PREFIX | The prefix for our Drupal-cached metadata. |
S3FS_CACHE_TAG |