MediaWiki  1.23.1
SwiftFileBackend Class Reference

Class for an OpenStack Swift (or Ceph RGW) based file backend. More...

Inheritance diagram for SwiftFileBackend:
Collaboration diagram for SwiftFileBackend:

Public Member Functions

 __construct (array $config)
 
 getDirectoryListInternal ( $fullCont, $dir, array $params)
 
 getDirListPageInternal ( $fullCont, $dir, &$after, $limit, array $params)
 Do not call this function outside of SwiftFileBackendFileList. More...
 
 getFeatures ()
 Get the a bitfield of extra features supported by the backend medium. More...
 
 getFileHttpUrl (array $params)
 
 getFileListInternal ( $fullCont, $dir, array $params)
 
 getFileListPageInternal ( $fullCont, $dir, &$after, $limit, array $params)
 Do not call this function outside of SwiftFileBackendFileList. More...
 
 isPathUsableInternal ( $storagePath)
 Check if a file can be created or changed at a given storage path. More...
 
 loadListingStatInternal ( $path, array $val)
 Do not call this function outside of SwiftFileBackendFileList. More...
 
 onError ( $status, $func, array $params, $err='', $code=0, $desc='')
 Log an unexpected exception for this backend. More...
 
- Public Member Functions inherited from FileBackendStore
 clearCache (array $paths=null)
 Invalidate any in-process file stat and property cache. More...
 
 concatenate (array $params)
 Concatenate a list of storage files into a single file system file. More...
 
 copyInternal (array $params)
 Copy a file from one storage path to another in the backend. More...
 
 createInternal (array $params)
 Create a file in the backend with the given contents. More...
 
 deleteInternal (array $params)
 Delete a file at the storage path. More...
 
 describeInternal (array $params)
 Alter metadata for a file at the storage path. More...
 
 directoryExists (array $params)
 Check if a directory exists at a given storage path. More...
 
 executeOpHandlesInternal (array $fileOpHandles)
 Execute a list of FileBackendStoreOpHandle handles in parallel. More...
 
 fileExists (array $params)
 Check if a file exists at a storage path in the backend. More...
 
 getDirectoryList (array $params)
 Get an iterator to list all directories under a storage directory. More...
 
 getFileContentsMulti (array $params)
 Like getFileContents() except it takes an array of storage paths and returns a map of storage paths to strings (or null on failure). More...
 
 getFileList (array $params)
 Get an iterator to list all stored files under a storage directory. More...
 
 getFileProps (array $params)
 Get the properties of the file at a storage path in the backend. More...
 
 getFileSha1Base36 (array $params)
 Get a SHA-1 hash of the file at a storage path in the backend. More...
 
 getFileSize (array $params)
 Get the size (bytes) of a file at a storage path in the backend. More...
 
 getFileStat (array $params)
 Get quick information about a file at a storage path in the backend. More...
 
 getFileTimestamp (array $params)
 Get the last-modified timestamp of the file at a storage path. More...
 
 getFileXAttributes (array $params)
 Get metadata about a file at a storage path in the backend. More...
 
 getLocalCopyMulti (array $params)
 Like getLocalCopy() except it takes an array of storage paths and returns a map of storage paths to TempFSFile objects (or null on failure). More...
 
 getLocalReferenceMulti (array $params)
 Like getLocalReference() except it takes an array of storage paths and returns a map of storage paths to FSFile objects (or null on failure). More...
 
 getOperationsInternal (array $ops)
 Return a list of FileOp objects from a list of operations. More...
 
 getPathsToLockForOpsInternal (array $performOps)
 Get a list of storage paths to lock for a list of operations Returns an array with LockManager::LOCK_UW (shared locks) and LockManager::LOCK_EX (exclusive locks) keys, each corresponding to a list of storage paths to be locked. More...
 
 getScopedLocksForOps (array $ops, Status $status)
 Get an array of scoped locks needed for a batch of file operations. More...
 
 isSingleShardPathInternal ( $storagePath)
 Check if a storage path maps to a single shard. More...
 
 maxFileSizeInternal ()
 Get the maximum allowable file size given backend medium restrictions and basic performance constraints. More...
 
 moveInternal (array $params)
 Move a file from one storage path to another in the backend. More...
 
 nullInternal (array $params)
 No-op file operation that does nothing. More...
 
 preloadCache (array $paths)
 Preload persistent file stat cache and property cache into in-process cache. More...
 
 preloadFileStat (array $params)
 Preload file stat information (concurrently if possible) into in-process cache. More...
 
 storeInternal (array $params)
 Store a file into the backend from a file on disk. More...
 
 streamFile (array $params)
 Stream the file at a storage path in the backend. More...
 
- Public Member Functions inherited from FileBackend
 clean (array $params)
 Delete a storage directory if it is empty. More...
 
 copy (array $params, array $opts=array())
 Performs a single copy operation. More...
 
 create (array $params, array $opts=array())
 Performs a single create operation. More...
 
 delete (array $params, array $opts=array())
 Performs a single delete operation. More...
 
 describe (array $params, array $opts=array())
 Performs a single describe operation. More...
 
 doOperation (array $op, array $opts=array())
 Same as doOperations() except it takes a single operation. More...
 
 doOperations (array $ops, array $opts=array())
 This is the main entry point into the backend for write operations. More...
 
 doQuickOperation (array $op)
 Same as doQuickOperations() except it takes a single operation. More...
 
 doQuickOperations (array $ops, array $opts=array())
 Perform a set of independent file operations on some files. More...
 
 getContainerStoragePath ( $container)
 Get the storage path for the given container for this backend. More...
 
 getFileContents (array $params)
 Get the contents of a file at a storage path in the backend. More...
 
 getJournal ()
 Get the file journal object for this backend. More...
 
 getLocalCopy (array $params)
 Get a local copy on disk of the file at a storage path in the backend. More...
 
 getLocalReference (array $params)
 Returns a file system file, identical to the file at a storage path. More...
 
 getName ()
 Get the unique backend name. More...
 
 getReadOnlyReason ()
 Get an explanatory message if this backend is read-only. More...
 
 getRootStoragePath ()
 Get the root storage path of this backend. More...
 
 getScopedFileLocks (array $paths, $type, Status $status)
 Lock the files at the given storage paths in the backend. More...
 
 getTopDirectoryList (array $params)
 Same as FileBackend::getDirectoryList() except only lists directories that are immediately under the given directory. More...
 
 getTopFileList (array $params)
 Same as FileBackend::getFileList() except only lists files that are immediately under the given directory. More...
 
 getWikiId ()
 Get the wiki identifier used for this backend (possibly empty). More...
 
 hasFeatures ( $bitfield)
 Check if the backend medium supports a field of extra features. More...
 
 isReadOnly ()
 Check if this backend is read-only. More...
 
 lockFiles (array $paths, $type)
 Lock the files at the given storage paths in the backend. More...
 
 move (array $params, array $opts=array())
 Performs a single move operation. More...
 
 prepare (array $params)
 Prepare a storage directory for usage. More...
 
 publish (array $params)
 Remove measures to block web access to a storage directory and the container it belongs to. More...
 
 quickCopy (array $params)
 Performs a single quick copy operation. More...
 
 quickCreate (array $params)
 Performs a single quick create operation. More...
 
 quickDelete (array $params)
 Performs a single quick delete operation. More...
 
 quickDescribe (array $params)
 Performs a single quick describe operation. More...
 
 quickMove (array $params)
 Performs a single quick move operation. More...
 
 quickStore (array $params)
 Performs a single quick store operation. More...
 
 secure (array $params)
 Take measures to block web access to a storage directory and the container it belongs to. More...
 
 store (array $params, array $opts=array())
 Performs a single store operation. More...
 
 unlockFiles (array $paths, $type)
 Unlock the files at the given storage paths in the backend. More...
 

Protected Member Functions

 addMissingMetadata (array $objHdrs, $path)
 Fill in any missing object metadata and save it to Swift. More...
 
 authTokenHeaders (array $creds)
 
 convertSwiftDate ( $ts, $format=TS_MW)
 Convert dates like "Tue, 03 Jan 2012 22:01:04 GMT"/"2013-05-11T07:37:27.678360Z". More...
 
 createContainer ( $container, array $params)
 Create a Swift container. More...
 
 deleteContainer ( $container, array $params)
 Delete a Swift container. More...
 
 directoriesAreVirtual ()
 Is this a key/value store where directories are just virtual? Virtual directories exists in so much as files exists that are prefixed with the directory path followed by a forward slash. More...
 
 doCleanInternal ( $fullCont, $dir, array $params)
 
 doCopyInternal (array $params)
 
 doCreateInternal (array $params)
 
 doDeleteInternal (array $params)
 
 doDescribeInternal (array $params)
 
 doDirectoryExists ( $fullCont, $dir, array $params)
 
 doExecuteOpHandlesInternal (array $fileOpHandles)
 
 doGetFileContentsMulti (array $params)
 
 doGetFileSha1base36 (array $params)
 
 doGetFileStat (array $params)
 
 doGetFileStatMulti (array $params)
 Get file stat information (concurrently if possible) for several files. More...
 
 doGetFileXAttributes (array $params)
 
 doGetLocalCopyMulti (array $params)
 
 doMoveInternal (array $params)
 
 doPrepareInternal ( $fullCont, $dir, array $params)
 
 doPrimeContainerCache (array $containerInfo)
 Fill the backend-specific process cache given an array of resolved container names and their corresponding cached info. More...
 
 doPublishInternal ( $fullCont, $dir, array $params)
 
 doSecureInternal ( $fullCont, $dir, array $params)
 
 doStoreInternal (array $params)
 
 doStreamFile (array $params)
 
 getAuthentication ()
 
 getContainerStat ( $container, $bypassCache=false)
 Get a Swift container stat array, possibly from process cache. More...
 
 headersFromParams (array $params)
 Get headers to send to Swift when reading a file based on a FileBackend params array, e.g. More...
 
 resolveContainerPath ( $container, $relStoragePath)
 Resolve a relative storage path, checking if it's allowed by the backend. More...
 
 sanitizeHdrs (array $params)
 Sanitize and filter the custom headers from a $params array. More...
 
 setContainerAccess ( $container, array $readGrps, array $writeGrps)
 Set read/write permissions for a Swift container. More...
 
 storageUrl (array $creds, $container=null, $object=null)
 
- Protected Member Functions inherited from FileBackendStore
 deleteContainerCache ( $container)
 Delete the cached info for a container. More...
 
 deleteFileCache ( $path)
 Delete the cached stat info for a file path. More...
 
 doClean (array $params)
 
 doClearCache (array $paths=null)
 Clears any additional stat caches for storage paths. More...
 
 doConcatenate (array $params)
 
 doGetFileSha1Base36 (array $params)
 
 doGetLocalReferenceMulti (array $params)
 
 doOperationsInternal (array $ops, array $opts)
 
 doPrepare (array $params)
 
 doPublish (array $params)
 
 doQuickOperationsInternal (array $ops)
 
 doSecure (array $params)
 
 fullContainerName ( $container)
 Get the full container name, including the wiki ID prefix. More...
 
 getContainerHashLevels ( $container)
 Get the sharding config for a container. More...
 
 getContainerShard ( $container, $relPath)
 Get the container name shard suffix for a given path. More...
 
 getContainerSuffixes ( $container)
 Get a list of full container shard suffixes for a container. More...
 
 getContentType ( $storagePath, $content, $fsPath)
 Get the content type to use in HEAD/GET requests for a file. More...
 
 primeContainerCache (array $items)
 Do a batch lookup from cache for container stats for all containers used in a list of container names or storage paths objects. More...
 
 primeFileCache (array $items)
 Do a batch lookup from cache for file stats for all paths used in a list of storage paths or FileOp objects. More...
 
 resolveContainerName ( $container)
 Resolve a container name, checking if it's allowed by the backend. More...
 
 resolveStoragePath ( $storagePath)
 Splits a storage path into an internal container name, an internal relative file name, and a container shard suffix. More...
 
 resolveStoragePathReal ( $storagePath)
 Like resolveStoragePath() except null values are returned if the container is sharded and the shard could not be determined or if the path ends with '/'. More...
 
 setConcurrencyFlags (array $opts)
 Set the 'concurrency' option from a list of operation options. More...
 
 setContainerCache ( $container, array $val)
 Set the cached info for a container. More...
 
 setFileCache ( $path, array $val)
 Set the cached stat info for a file path. More...
 
 stripInvalidHeadersFromOp (array $op)
 Strip long HTTP headers from a file operation. More...
 
- Protected Member Functions inherited from FileBackend
 getScopedPHPBehaviorForOps ()
 Enter file operation scope. More...
 

Protected Attributes

array $authCreds
 
int $authErrorTimestamp = null
 UNIX timestamp *. More...
 
int $authSessionTimestamp = 0
 UNIX timestamp *. More...
 
int $authTTL
 TTL in seconds *. More...
 
ProcessCacheLRU $containerStatCache
 Container stat cache *. More...
 
MultiHttpClient $http
 
bool $isRGW = false
 Whether the server is an Ceph RGW *. More...
 
string $rgwS3AccessKey
 S3 access key (RADOS Gateway) *. More...
 
string $rgwS3SecretKey
 S3 authentication key (RADOS Gateway) *. More...
 
BagOStuff $srvCache
 
string $swiftAuthUrl
 Authentication base URL (without version) *. More...
 
string $swiftKey
 Secret key for user *. More...
 
string $swiftTempUrlKey
 Shared secret value for making temp URLs *. More...
 
string $swiftUser
 Swift user (account:user) to authenticate as *. More...
 
- Protected Attributes inherited from FileBackendStore
 $cheapCache
 
 $expensiveCache
 
 $maxFileSize = 4294967296
 
BagOStuff $memCache
 
callback $mimeCallback
 Method to get the MIME type of files *. More...
 
array $shardViaHashLevels = array()
 Map of container names to sharding config *. More...
 
- Protected Attributes inherited from FileBackend
int $concurrency
 How many operations can be done in parallel *. More...
 
FileJournal $fileJournal
 
LockManager $lockManager
 
string $name
 Unique backend name *. More...
 
string $parallelize
 When to do operations in parallel *. More...
 
string $readOnly
 Read-only explanation message *. More...
 
string $wikiId
 Unique wiki name *. More...
 

Private Member Functions

 buildFileObjectListing (array $params, $dir, array $objects)
 Build a list of file objects, filtering out any directories and extracting any stat info if provided in $objects (for CF_Objects) More...
 
 getCredsCacheKey ( $username)
 Get the cache key for a container. More...
 
 objectListing ( $fullCont, $type, $limit, $after=null, $prefix=null, $delim=null)
 Get a list of objects under a container. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from FileBackend
static extensionFromPath ( $path)
 Get the final extension from a storage or FS path. More...
 
static isPathTraversalFree ( $path)
 Check if a relative path has no directory traversals. More...
 
static isStoragePath ( $path)
 Check if a given path is a "mwstore://" path. More...
 
static makeContentDisposition ( $type, $filename='')
 Build a Content-Disposition header value per RFC 6266. More...
 
static normalizeStoragePath ( $storagePath)
 Normalize a storage path by cleaning up directory separators. More...
 
static parentStoragePath ( $storagePath)
 Get the parent storage directory of a storage path. More...
 
static splitStoragePath ( $storagePath)
 Split a storage path into a backend name, a container name, and a relative file path. More...
 
- Public Attributes inherited from FileBackendStore
const CACHE_CHEAP_SIZE = 500
 
const CACHE_EXPENSIVE_SIZE = 5
 
const CACHE_TTL = 10
 
- Public Attributes inherited from FileBackend
const ATTR_HEADERS = 1
 Flags for supported features. More...
 
const ATTR_METADATA = 2
 
- Static Protected Member Functions inherited from FileBackendStore
static isValidContainerName ( $container)
 Check if a container name is valid. More...
 
static normalizeXAttributes (array $xattr)
 Normalize file headers/metadata to the FileBackend::getFileXAttributes() format. More...
 
- Static Protected Member Functions inherited from FileBackend
static normalizeContainerPath ( $path)
 Validate and normalize a relative storage path. More...
 

Detailed Description

Class for an OpenStack Swift (or Ceph RGW) based file backend.

Status messages should avoid mentioning the Swift account name. Likewise, error suppression should be used to avoid path disclosure.

Since
1.19

Definition at line 35 of file SwiftFileBackend.php.

Constructor & Destructor Documentation

◆ __construct()

SwiftFileBackend::__construct ( array  $config)
See also
FileBackendStore::__construct() Additional $config params include:
  • swiftAuthUrl : Swift authentication server URL
  • swiftUser : Swift user used by MediaWiki (account:username)
  • swiftKey : Swift authentication key for the above user
  • swiftAuthTTL : Swift authentication TTL (seconds)
  • swiftTempUrlKey : Swift "X-Account-Meta-Temp-URL-Key" value on the account. Do not set this until it has been set in the backend.
  • shardViaHashLevels : Map of container names to sharding config with:
    • base : base of hash characters, 16 or 36
    • levels : the number of hash levels (and digits)
    • repeat : hash subdirectories are prefixed with all the parent hash directory names (e.g. "a/ab/abc")
  • cacheAuthInfo : Whether to cache authentication tokens in APC, XCache, ect. If those are not available, then the main cache will be used. This is probably insecure in shared hosting environments.
  • rgwS3AccessKey : Rados Gateway S3 "access key" value on the account. Do not set this until it has been set in the backend. This is used for generating expiring pre-authenticated URLs. Only use this when using rgw and to work around http://tracker.newdream.net/issues/3454.
  • rgwS3SecretKey : Rados Gateway S3 "secret key" value on the account. Do not set this until it has been set in the backend. This is used for generating expiring pre-authenticated URLs. Only use this when using rgw and to work around http://tracker.newdream.net/issues/3454.

Reimplemented from FileBackendStore.

Definition at line 92 of file SwiftFileBackend.php.

References $e, array(), ObjectCache\newAccelerator(), and wfGetMainCache().

Member Function Documentation

◆ addMissingMetadata()

SwiftFileBackend::addMissingMetadata ( array  $objHdrs,
  $path 
)
protected

Fill in any missing object metadata and save it to Swift.

Parameters
array$objHdrsObject response headers
string$pathStorage path to object
Returns
array New headers

Definition at line 643 of file SwiftFileBackend.php.

References $hash, $path, $section, array(), authTokenHeaders(), getAuthentication(), FileBackend\getLocalCopy(), FileBackend\getScopedFileLocks(), list, LockManager\LOCK_UW, name, Status\newGood(), FileBackendStore\resolveStoragePathReal(), and storageUrl().

Referenced by doGetFileStatMulti().

◆ authTokenHeaders()

SwiftFileBackend::authTokenHeaders ( array  $creds)
protected

◆ buildFileObjectListing()

SwiftFileBackend::buildFileObjectListing ( array  $params,
  $dir,
array  $objects 
)
private

Build a list of file objects, filtering out any directories and extracting any stat info if provided in $objects (for CF_Objects)

Parameters
array$paramsParameters for getDirectoryList()
string$dirResolved container directory path
array$objectsList of CF_Object items or object names
Returns
array List of (names,stat array or null) entries

Definition at line 910 of file SwiftFileBackend.php.

References array(), as, convertSwiftDate(), and TS_MW.

Referenced by getFileListPageInternal().

◆ convertSwiftDate()

SwiftFileBackend::convertSwiftDate (   $ts,
  $format = TS_MW 
)
protected

Convert dates like "Tue, 03 Jan 2012 22:01:04 GMT"/"2013-05-11T07:37:27.678360Z".

Dates might also come in like "2013-05-11T07:37:27.678360" from Swift listings, missing the timezone suffix (though Ceph RGW does not appear to have this bug).

Parameters
string$ts
int$formatOutput format (TS_* constant)
Returns
string
Exceptions
FileBackendError

Definition at line 626 of file SwiftFileBackend.php.

References $e, and $timestamp.

Referenced by buildFileObjectListing(), and doGetFileStatMulti().

◆ createContainer()

SwiftFileBackend::createContainer (   $container,
array  $params 
)
protected

Create a Swift container.

Parameters
string$containerContainer name
array$params
Returns
Status

Definition at line 1303 of file SwiftFileBackend.php.

References $params, array(), authTokenHeaders(), getAuthentication(), list, name, Status\newGood(), onError(), and storageUrl().

Referenced by doPrepareInternal().

◆ deleteContainer()

SwiftFileBackend::deleteContainer (   $container,
array  $params 
)
protected

Delete a Swift container.

Parameters
string$containerContainer name
array$params
Returns
Status

Definition at line 1348 of file SwiftFileBackend.php.

References $params, array(), authTokenHeaders(), getAuthentication(), list, name, Status\newGood(), onError(), and storageUrl().

Referenced by doCleanInternal().

◆ directoriesAreVirtual()

SwiftFileBackend::directoriesAreVirtual ( )
protected

Is this a key/value store where directories are just virtual? Virtual directories exists in so much as files exists that are prefixed with the directory path followed by a forward slash.

Returns
bool

Reimplemented from FileBackendStore.

Definition at line 1124 of file SwiftFileBackend.php.

◆ doCleanInternal()

SwiftFileBackend::doCleanInternal (   $container,
  $dir,
array  $params 
)
protected
See also
FileBackendStore::doClean()
Parameters
$container
string$dir
array$params
Returns
Status

Reimplemented from FileBackendStore.

Definition at line 581 of file SwiftFileBackend.php.

References $dir, $params, deleteContainer(), getContainerStat(), name, and Status\newGood().

◆ doCopyInternal()

SwiftFileBackend::doCopyInternal ( array  $params)
protected

◆ doCreateInternal()

SwiftFileBackend::doCreateInternal ( array  $params)
protected

◆ doDeleteInternal()

SwiftFileBackend::doDeleteInternal ( array  $params)
protected

◆ doDescribeInternal()

SwiftFileBackend::doDescribeInternal ( array  $params)
protected

◆ doDirectoryExists()

SwiftFileBackend::doDirectoryExists (   $container,
  $dir,
array  $params 
)
protected
See also
FileBackendStore::directoryExists()
Parameters
string$containerResolved container name
string$dirResolved path relative to container
array$params
Returns
bool|null

Reimplemented from FileBackendStore.

Definition at line 733 of file SwiftFileBackend.php.

References $dir, and objectListing().

◆ doExecuteOpHandlesInternal()

SwiftFileBackend::doExecuteOpHandlesInternal ( array  $fileOpHandles)
protected
See also
FileBackendStore::executeOpHandlesInternal()
Parameters
array$fileOpHandles
Exceptions
FileBackendError
Returns
array List of corresponding Status objects

Reimplemented from FileBackendStore.

Definition at line 1145 of file SwiftFileBackend.php.

References $s, array(), as, authTokenHeaders(), getAuthentication(), list, name, Status\newFatal(), Status\newGood(), and storageUrl().

Referenced by doCopyInternal(), doCreateInternal(), doDeleteInternal(), doDescribeInternal(), doMoveInternal(), and doStoreInternal().

◆ doGetFileContentsMulti()

SwiftFileBackend::doGetFileContentsMulti ( array  $params)
protected

◆ doGetFileSha1base36()

SwiftFileBackend::doGetFileSha1base36 ( array  $params)
protected

◆ doGetFileStat()

SwiftFileBackend::doGetFileStat ( array  $params)
protected
See also
FileBackendStore::getFileStat()

Reimplemented from FileBackendStore.

Definition at line 608 of file SwiftFileBackend.php.

References $params, array(), and doGetFileStatMulti().

Referenced by doDescribeInternal().

◆ doGetFileStatMulti()

SwiftFileBackend::doGetFileStatMulti ( array  $params)
protected

Get file stat information (concurrently if possible) for several files.

See also
FileBackend::getFileStat()
Parameters
array$paramsParameters include:
  • srcs : list of source storage paths
  • latest : use the latest available data
Returns
array|null Map of storage paths to array|bool|null (returns null if not supported)
Since
1.23

Reimplemented from FileBackendStore.

Definition at line 1446 of file SwiftFileBackend.php.

References FileBackend\$name, $params, $path, $value, addMissingMetadata(), array(), as, authTokenHeaders(), convertSwiftDate(), getAuthentication(), getContainerStat(), headersFromParams(), list, onError(), FileBackendStore\resolveStoragePathReal(), sanitizeHdrs(), storageUrl(), and TS_MW.

Referenced by doGetFileStat().

◆ doGetFileXAttributes()

SwiftFileBackend::doGetFileXAttributes ( array  $params)
protected
See also
FileBackendStore::getFileXAttributes()
Returns
bool|string

Reimplemented from FileBackendStore.

Definition at line 945 of file SwiftFileBackend.php.

References array(), FileBackendStore\clearCache(), and FileBackendStore\getFileStat().

◆ doGetLocalCopyMulti()

SwiftFileBackend::doGetLocalCopyMulti ( array  $params)
protected

◆ doMoveInternal()

SwiftFileBackend::doMoveInternal ( array  $params)
protected

◆ doPrepareInternal()

SwiftFileBackend::doPrepareInternal (   $container,
  $dir,
array  $params 
)
protected
See also
FileBackendStore::doPrepare()
Parameters
$container
string$dir
array$params
Returns
Status

Reimplemented from FileBackendStore.

Definition at line 516 of file SwiftFileBackend.php.

References $params, createContainer(), getContainerStat(), name, and Status\newGood().

◆ doPrimeContainerCache()

SwiftFileBackend::doPrimeContainerCache ( array  $containerInfo)
protected

Fill the backend-specific process cache given an array of resolved container names and their corresponding cached info.

Only containers that actually exist should appear in the map.

Parameters
array$containerInfoMap of resolved container names to cached info

Reimplemented from FileBackendStore.

Definition at line 1440 of file SwiftFileBackend.php.

References as.

◆ doPublishInternal()

SwiftFileBackend::doPublishInternal (   $container,
  $dir,
array  $params 
)
protected
See also
FileBackendStore::doPublish()
Parameters
$container
string$dir
array$params
Returns
Status

Reimplemented from FileBackendStore.

Definition at line 561 of file SwiftFileBackend.php.

References $params, array(), getContainerStat(), name, Status\newGood(), and setContainerAccess().

◆ doSecureInternal()

SwiftFileBackend::doSecureInternal (   $container,
  $dir,
array  $params 
)
protected
See also
FileBackendStore::doSecure()
Parameters
$container
string$dir
array$params
Returns
Status

Reimplemented from FileBackendStore.

Definition at line 538 of file SwiftFileBackend.php.

References $params, array(), getContainerStat(), name, Status\newGood(), and setContainerAccess().

◆ doStoreInternal()

◆ doStreamFile()

SwiftFileBackend::doStreamFile ( array  $params)
protected

◆ getAuthentication()

◆ getContainerStat()

SwiftFileBackend::getContainerStat (   $container,
  $bypassCache = false 
)
protected

Get a Swift container stat array, possibly from process cache.

Use $reCache if the file count or byte count is needed.

Parameters
string$containerContainer name
bool$bypassCacheBypass all caches and load from Swift
Returns
array|bool|null False on 404, null on failure

Definition at line 1250 of file SwiftFileBackend.php.

References $section, array(), authTokenHeaders(), getAuthentication(), list, name, onError(), FileBackendStore\primeContainerCache(), FileBackendStore\setContainerCache(), storageUrl(), wfProfileIn(), and wfProfileOut().

Referenced by doCleanInternal(), doGetFileStatMulti(), doPrepareInternal(), doPublishInternal(), doSecureInternal(), doStreamFile(), and isPathUsableInternal().

◆ getCredsCacheKey()

SwiftFileBackend::getCredsCacheKey (   $username)
private

Get the cache key for a container.

Parameters
string$username
Returns
string

Definition at line 1618 of file SwiftFileBackend.php.

Referenced by getAuthentication(), and onError().

◆ getDirectoryListInternal()

SwiftFileBackend::getDirectoryListInternal (   $fullCont,
  $dir,
array  $params 
)
See also
FileBackendStore::getDirectoryListInternal()
Parameters
string$fullCont
string$dir
array$params
Returns
SwiftFileBackendDirList

Reimplemented from FileBackendStore.

Definition at line 750 of file SwiftFileBackend.php.

References $dir, and $params.

◆ getDirListPageInternal()

SwiftFileBackend::getDirListPageInternal (   $fullCont,
  $dir,
$after,
  $limit,
array  $params 
)

Do not call this function outside of SwiftFileBackendFileList.

Parameters
string$fullContResolved container name
string$dirResolved storage directory with no trailing slash
string | null$afterResolved container relative path to list items after
int$limitMax number of items to list
array$paramsParameters for getDirectoryList()
Returns
array List of container relative resolved paths of directories directly under $dir
Exceptions
FileBackendError

Definition at line 776 of file SwiftFileBackend.php.

References $dir, $dirs, $limit, $params, $path, $section, array(), as, false, name, and objectListing().

◆ getFeatures()

SwiftFileBackend::getFeatures ( )

Get the a bitfield of extra features supported by the backend medium.

Returns
integer Bitfield of FileBackend::ATTR_* flags
Since
1.23

Reimplemented from FileBackend.

Definition at line 134 of file SwiftFileBackend.php.

References FileBackend\ATTR_HEADERS, and FileBackend\ATTR_METADATA.

◆ getFileHttpUrl()

SwiftFileBackend::getFileHttpUrl ( array  $params)
See also
FileBackend::getFileHttpUrl()
Parameters
array$params
Returns
string|null

Reimplemented from FileBackendStore.

Definition at line 1070 of file SwiftFileBackend.php.

References $params, array(), getAuthentication(), list, FileBackendStore\resolveStoragePathReal(), storageUrl(), and wfAppendQuery().

◆ getFileListInternal()

SwiftFileBackend::getFileListInternal (   $fullCont,
  $dir,
array  $params 
)
See also
FileBackendStore::getFileListInternal()
Parameters
string$fullCont
string$dir
array$params
Returns
SwiftFileBackendFileList

Reimplemented from FileBackendStore.

Definition at line 761 of file SwiftFileBackend.php.

References $dir, and $params.

◆ getFileListPageInternal()

SwiftFileBackend::getFileListPageInternal (   $fullCont,
  $dir,
$after,
  $limit,
array  $params 
)

Do not call this function outside of SwiftFileBackendFileList.

Parameters
string$fullContResolved container name
string$dirResolved storage directory with no trailing slash
string | null$afterResolved container relative path of file to list items after
int$limitMax number of items to list
array$paramsParameters for getDirectoryList()
Returns
array List of resolved container relative paths of files under $dir
Exceptions
FileBackendError

Definition at line 856 of file SwiftFileBackend.php.

References $dir, $files, $limit, $params, $section, array(), buildFileObjectListing(), name, and objectListing().

◆ headersFromParams()

SwiftFileBackend::headersFromParams ( array  $params)
protected

Get headers to send to Swift when reading a file based on a FileBackend params array, e.g.

that of getLocalCopy(). $params is currently only checked for a 'latest' flag.

Parameters
array$params
Returns
array

Definition at line 1136 of file SwiftFileBackend.php.

References $params, and array().

Referenced by doGetFileContentsMulti(), doGetFileStatMulti(), doGetLocalCopyMulti(), and doStreamFile().

◆ isPathUsableInternal()

SwiftFileBackend::isPathUsableInternal (   $storagePath)

Check if a file can be created or changed at a given storage path.

FS backends should check if the parent directory exists, files can be written under it, and that any file already there is writable. Backends using key/value stores should check if the container exists.

Parameters
string$storagePath
Returns
bool

Reimplemented from FileBackendStore.

Definition at line 148 of file SwiftFileBackend.php.

References getContainerStat(), list, and FileBackendStore\resolveStoragePathReal().

◆ loadListingStatInternal()

SwiftFileBackend::loadListingStatInternal (   $path,
array  $val 
)

Do not call this function outside of SwiftFileBackendFileList.

Parameters
string$pathStorage path
array$valStat value

Definition at line 941 of file SwiftFileBackend.php.

References $path.

◆ objectListing()

SwiftFileBackend::objectListing (   $fullCont,
  $type,
  $limit,
  $after = null,
  $prefix = null,
  $delim = null 
)
private

Get a list of objects under a container.

Either just the names or a list of stdClass objects with details can be returned.

Parameters
string$fullCont
string$type('info' for a list of object detail maps, 'names' for names only)
integer$limit
string | null$after
string | null$prefix
string | null$delim
Returns
Status With the list as value

Definition at line 1389 of file SwiftFileBackend.php.

References $limit, $params, $query, $type, array(), authTokenHeaders(), FormatJson\decode(), getAuthentication(), list, name, Status\newGood(), onError(), and storageUrl().

Referenced by doDirectoryExists(), getDirListPageInternal(), and getFileListPageInternal().

◆ onError()

SwiftFileBackend::onError (   $status,
  $func,
array  $params,
  $err = '',
  $code = 0,
  $desc = '' 
)

Log an unexpected exception for this backend.

This also sets the Status object to have a fatal error.

Parameters
Status | null$status
string$func
array$params
string$errError string
integer$codeHTTP status
string$descHTTP status description

Definition at line 1633 of file SwiftFileBackend.php.

References $params, FormatJson\encode(), getCredsCacheKey(), name, and wfDebugLog().

Referenced by createContainer(), deleteContainer(), doGetFileContentsMulti(), doGetFileStatMulti(), doGetLocalCopyMulti(), doStreamFile(), getAuthentication(), getContainerStat(), and objectListing().

◆ resolveContainerPath()

SwiftFileBackend::resolveContainerPath (   $container,
  $relStoragePath 
)
protected

Resolve a relative storage path, checking if it's allowed by the backend.

This is intended for internal use, such as encoding illegal chars or perhaps getting absolute paths (e.g. FS based backends). Note that the relative path may be the empty string (e.g. the path is simply to the container).

Parameters
string$containerContainer name
string$relStoragePathStorage path relative to the container
Returns
string|null Path or null if not valid

Reimplemented from FileBackendStore.

Definition at line 138 of file SwiftFileBackend.php.

◆ sanitizeHdrs()

SwiftFileBackend::sanitizeHdrs ( array  $params)
protected

Sanitize and filter the custom headers from a $params array.

We only allow certain Content- and X-Content- headers.

Parameters
array$headers
Returns
array Sanitized value of 'headers' field in $params

Definition at line 164 of file SwiftFileBackend.php.

References FileBackend\$name, $params, $value, array(), and as.

Referenced by doCopyInternal(), doCreateInternal(), doDescribeInternal(), doGetFileStatMulti(), doMoveInternal(), and doStoreInternal().

◆ setContainerAccess()

SwiftFileBackend::setContainerAccess (   $container,
array  $readGrps,
array  $writeGrps 
)
protected

Set read/write permissions for a Swift container.

See also
http://swift.openstack.org/misc.html#acls

In general, we don't allow listings to end-users. It's not useful, isn't well-defined (lists are truncated to 10000 item with no way to page), and is just a performance risk.

Parameters
string$containerResolved Swift container
array$readGrpsList of the possible criteria for a request to have access to read a container. Each item is one of the following formats:
  • account:user : Grants access if the request is by the given user
  • ".r:<regex>" : Grants access if the request is from a referrer host that matches the expression and the request is not for a listing. Setting this to '*' effectively makes a container public. -".rlistings:<regex>" : Grants access if the request is from a referrer host that matches the expression and the request is for a listing.
array$writeGrpsA list of the possible criteria for a request to have access to write to a container. Each item is of the following format:
  • account:user : Grants access if the request is by the given user
Returns
Status

Definition at line 1216 of file SwiftFileBackend.php.

References array(), authTokenHeaders(), getAuthentication(), list, name, Status\newGood(), and storageUrl().

Referenced by doPublishInternal(), and doSecureInternal().

◆ storageUrl()

SwiftFileBackend::storageUrl ( array  $creds,
  $container = null,
  $object = null 
)
protected

Member Data Documentation

◆ $authCreds

array SwiftFileBackend::$authCreds
protected

Definition at line 56 of file SwiftFileBackend.php.

Referenced by getAuthentication().

◆ $authErrorTimestamp

int SwiftFileBackend::$authErrorTimestamp = null
protected

UNIX timestamp *.

Definition at line 60 of file SwiftFileBackend.php.

◆ $authSessionTimestamp

int SwiftFileBackend::$authSessionTimestamp = 0
protected

UNIX timestamp *.

Definition at line 58 of file SwiftFileBackend.php.

Referenced by getAuthentication().

◆ $authTTL

int SwiftFileBackend::$authTTL
protected

TTL in seconds *.

Definition at line 38 of file SwiftFileBackend.php.

◆ $containerStatCache

ProcessCacheLRU SwiftFileBackend::$containerStatCache
protected

Container stat cache *.

Definition at line 54 of file SwiftFileBackend.php.

◆ $http

MultiHttpClient SwiftFileBackend::$http
protected

Definition at line 36 of file SwiftFileBackend.php.

◆ $isRGW

bool SwiftFileBackend::$isRGW = false
protected

Whether the server is an Ceph RGW *.

Definition at line 62 of file SwiftFileBackend.php.

◆ $rgwS3AccessKey

string SwiftFileBackend::$rgwS3AccessKey
protected

S3 access key (RADOS Gateway) *.

Definition at line 48 of file SwiftFileBackend.php.

◆ $rgwS3SecretKey

string SwiftFileBackend::$rgwS3SecretKey
protected

S3 authentication key (RADOS Gateway) *.

Definition at line 50 of file SwiftFileBackend.php.

◆ $srvCache

BagOStuff SwiftFileBackend::$srvCache
protected

Definition at line 52 of file SwiftFileBackend.php.

◆ $swiftAuthUrl

string SwiftFileBackend::$swiftAuthUrl
protected

Authentication base URL (without version) *.

Definition at line 40 of file SwiftFileBackend.php.

◆ $swiftKey

string SwiftFileBackend::$swiftKey
protected

Secret key for user *.

Definition at line 44 of file SwiftFileBackend.php.

◆ $swiftTempUrlKey

string SwiftFileBackend::$swiftTempUrlKey
protected

Shared secret value for making temp URLs *.

Definition at line 46 of file SwiftFileBackend.php.

◆ $swiftUser

string SwiftFileBackend::$swiftUser
protected

Swift user (account:user) to authenticate as *.

Definition at line 42 of file SwiftFileBackend.php.


The documentation for this class was generated from the following file: