MediaWiki
1.34.4
|
Class for an OpenStack Swift (or Ceph RGW) based file backend. More...
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 in the backend. 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 an order preserved map of storage paths to their content. 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 content of the file at a storage path in the backend. More... | |
getFileSha1Base36 (array $params) | |
Get a SHA-1 hash of the content 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 yields an order preserved-map of storage paths to temporary local file copies. More... | |
getLocalReferenceMulti (array $params) | |
Like getLocalReference() except it takes an array of storage paths and yields an order-preserved map of storage paths to temporary local file copies. 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, StatusValue $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 content of 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=[]) | |
Performs a single copy operation. More... | |
create (array $params, array $opts=[]) | |
Performs a single create operation. More... | |
delete (array $params, array $opts=[]) | |
Performs a single delete operation. More... | |
describe (array $params, array $opts=[]) | |
Performs a single describe operation. More... | |
doOperation (array $op, array $opts=[]) | |
Same as doOperations() except it takes a single operation. More... | |
doOperations (array $ops, array $opts=[]) | |
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=[]) | |
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... | |
getDomainId () | |
Get the domain identifier used for this backend (possibly empty). 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 in content 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, StatusValue $status, $timeout=0) | |
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 () | |
Alias to getDomainId() 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, $timeout=0) | |
Lock the files at the given storage paths in the backend. More... | |
move (array $params, array $opts=[]) | |
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... | |
setLogger (LoggerInterface $logger) | |
store (array $params, array $opts=[]) | |
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 | |
addMissingHashMetadata (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) | |
extractMetadataHeaders (array $headers) | |
extractMutableContentHeaders (array $headers) | |
Filter/normalize a header map to only include mutable "content-"/"x-content-" headers. More... | |
getAuthentication () | |
getContainerStat ( $container, $bypassCache=false) | |
Get a Swift container stat array, possibly from process cache. More... | |
getMetadataFromHeaders (array $headers) | |
getStatFromHeaders (array $rhdrs) | |
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... | |
setContainerAccess ( $container, array $readUsers, array $writeUsers) | |
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 domain 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... | |
ingestFreshFileStats (array $stats, $latest) | |
Ingest file stat entries that just came from querying the backend (not cache) 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... | |
sanitizeOpHeaders (array $op) | |
Normalize and filter HTTP headers from a file operation. 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... | |
Protected Member Functions inherited from FileBackend | |
newStatus (... $args) | |
Yields the result of the status wrapper callback on either: More... | |
resetOutputBuffer () | |
resolveFSFileObjects (array $ops) | |
Convert FSFile 'src' paths to string paths (with an 'srcRef' field set to the FSFile) More... | |
scopedProfileSection ( $section) | |
wrapStatus (StatusValue $sv) | |
Protected Attributes | |
array | $authCreds |
int | $authErrorTimestamp = null |
UNIX timestamp. More... | |
int | $authSessionTimestamp = 0 |
UNIX timestamp. More... | |
int | $authTTL |
TTL in seconds. More... | |
MapCacheLRU | $containerStatCache |
Container stat cache. More... | |
MultiHttpClient | $http |
bool | $isRGW = false |
Whether the server is an Ceph RGW. More... | |
array | $readUsers |
Additional users (account:user) with read permissions on public containers. More... | |
string | $rgwS3AccessKey |
S3 access key (RADOS Gateway) More... | |
string | $rgwS3SecretKey |
S3 authentication key (RADOS Gateway) More... | |
array | $secureReadUsers |
Additional users (account:user) with read permissions on private containers. More... | |
array | $secureWriteUsers |
Additional users (account:user) with write permissions on private containers. More... | |
BagOStuff | $srvCache |
string | $swiftAuthUrl |
Authentication base URL (without version) More... | |
string | $swiftKey |
Secret key for user. More... | |
string | $swiftStorageUrl |
Override of storage base URL. More... | |
string | $swiftTempUrlKey |
Shared secret value for making temp URLs. More... | |
string | $swiftUser |
Swift user (account:user) to authenticate as. More... | |
array | $writeUsers |
Additional users (account:user) with write permissions on public containers. More... | |
Protected Attributes inherited from FileBackendStore | |
MapCacheLRU | $cheapCache |
Map of paths to small (RAM/disk) cache items. More... | |
MapCacheLRU | $expensiveCache |
Map of paths to large (RAM/disk) cache items. More... | |
$maxFileSize = 4294967296 | |
WANObjectCache | $memCache |
callable | $mimeCallback |
Method to get the MIME type of files. More... | |
array | $shardViaHashLevels = [] |
Map of container names to sharding config. More... | |
BagOStuff | $srvCache |
Protected Attributes inherited from FileBackend | |
int | $concurrency |
How many operations can be done in parallel. More... | |
string | $domainId |
Unique domain name. More... | |
FileJournal | $fileJournal |
LockManager | $lockManager |
LoggerInterface | $logger |
string | $name |
Unique backend name. More... | |
callable | $obResetFunc |
string | $parallelize |
When to do operations in parallel. More... | |
callable null | $profiler |
string | $readOnly |
Read-only explanation message. More... | |
callable | $statusWrapper |
callable | $streamMimeFunc |
TempFSFileFactory | $tmpFileFactory |
Private Member Functions | |
buildFileObjectListing (array $objects) | |
Build a list of file objects, filtering out any directories and extracting any stat info if provided in $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, $case='lowercase') |
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 |
Bitfield flags for supported features. More... | |
const | ATTR_METADATA = 2 |
const | ATTR_UNICODE_PATHS = 4 |
Static Protected Member Functions inherited from FileBackendStore | |
static | isValidContainerName ( $container) |
Check if a full container name is valid. More... | |
static | isValidShortContainerName ( $container) |
Check if a short 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... | |
Static Protected Attributes inherited from FileBackendStore | |
static string | $ABSENT_LATEST = 'FNE-L' |
File does not exist according to a "latest"-mode stat query. More... | |
static string | $ABSENT_NORMAL = 'FNE-N' |
File does not exist according to a normal stat query. More... | |
static false | $RES_ABSENT = false |
Idiom for "no result due to missing file" (since 1.34) More... | |
static null | $RES_ERROR = null |
Idiom for "no result due to I/O errors" (since 1.34) More... | |
Class for an OpenStack Swift (or Ceph RGW) based file backend.
StatusValue messages should avoid mentioning the Swift account name. Likewise, error suppression should be used to avoid path disclosure.
Definition at line 36 of file SwiftFileBackend.php.
SwiftFileBackend::__construct | ( | array | $config | ) |
array | $config | Params include:
|
Reimplemented from FileBackendStore.
Definition at line 114 of file SwiftFileBackend.php.
|
protected |
Fill in any missing object metadata and save it to Swift.
array | $objHdrs | Object response headers |
string | $path | Storage path to object |
Definition at line 752 of file SwiftFileBackend.php.
References $path, authTokenHeaders(), FileBackendStore\deleteFileCache(), extractMetadataHeaders(), extractMutableContentHeaders(), getAuthentication(), FileBackend\getLocalCopy(), FileBackend\getScopedFileLocks(), LockManager\LOCK_UW, FileBackend\newStatus(), FileBackendStore\resolveStoragePathReal(), FileBackend\scopedProfileSection(), and storageUrl().
Referenced by doGetFileStatMulti().
|
protected |
array | $creds | From getAuthentication() |
Definition at line 1797 of file SwiftFileBackend.php.
Referenced by addMissingHashMetadata(), createContainer(), deleteContainer(), doExecuteOpHandlesInternal(), doGetFileContentsMulti(), doGetFileStatMulti(), doGetLocalCopyMulti(), doStreamFile(), getContainerStat(), objectListing(), and setContainerAccess().
|
private |
Build a list of file objects, filtering out any directories and extracting any stat info if provided in $objects.
stdClass[] | string[] | $objects | List of stdClass items or object names |
Definition at line 1043 of file SwiftFileBackend.php.
References convertSwiftDate().
Referenced by getFileListPageInternal().
|
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).
string | $ts | |
int | $format | Output format (TS_* constant) |
FileBackendError |
Definition at line 735 of file SwiftFileBackend.php.
Referenced by buildFileObjectListing(), and getStatFromHeaders().
|
protected |
Create a Swift container.
string | $container | Container name |
array | $params |
Definition at line 1488 of file SwiftFileBackend.php.
References $readUsers, $writeUsers, authTokenHeaders(), getAuthentication(), FileBackend\newStatus(), onError(), and storageUrl().
Referenced by doPrepareInternal().
|
protected |
Delete a Swift container.
string | $container | Container name |
array | $params |
Definition at line 1536 of file SwiftFileBackend.php.
References authTokenHeaders(), getAuthentication(), FileBackend\newStatus(), onError(), and storageUrl().
Referenced by doCleanInternal().
|
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.
Reimplemented from FileBackendStore.
Definition at line 1299 of file SwiftFileBackend.php.
|
protected |
string | $container | |
string | $dir | |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 689 of file SwiftFileBackend.php.
References deleteContainer(), getContainerStat(), and FileBackend\newStatus().
|
protected |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 393 of file SwiftFileBackend.php.
References FileBackendStore\executeOpHandlesInternal(), extractMutableContentHeaders(), FileBackend\newStatus(), onError(), and FileBackendStore\resolveStoragePathReal().
|
protected |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 249 of file SwiftFileBackend.php.
References FileBackendStore\executeOpHandlesInternal(), extractMutableContentHeaders(), FileBackendStore\getContentType(), FileBackend\newStatus(), onError(), and FileBackendStore\resolveStoragePathReal().
|
protected |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 515 of file SwiftFileBackend.php.
References FileBackendStore\executeOpHandlesInternal(), FileBackend\newStatus(), onError(), and FileBackendStore\resolveStoragePathReal().
|
protected |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 557 of file SwiftFileBackend.php.
References FileBackend\$name, doGetFileStat(), FileBackendStore\executeOpHandlesInternal(), extractMutableContentHeaders(), FileBackendStore\getFileStat(), FileBackend\newStatus(), onError(), and FileBackendStore\resolveStoragePathReal().
|
protected |
string | $container | Resolved container name |
string | $dir | Resolved path relative to container |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 864 of file SwiftFileBackend.php.
References FileBackendStore\$RES_ERROR, and objectListing().
|
protected |
FileBackendStoreOpHandle[] | $fileOpHandles |
FileBackendError |
Reimplemented from FileBackendStore.
Definition at line 1320 of file SwiftFileBackend.php.
References $s, authTokenHeaders(), getAuthentication(), FileBackend\newStatus(), and storageUrl().
|
protected |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 806 of file SwiftFileBackend.php.
References $content, $path, FileBackendStore\$RES_ABSENT, FileBackendStore\$RES_ERROR, authTokenHeaders(), getAuthentication(), headersFromParams(), onError(), FileBackendStore\resolveStoragePathReal(), and storageUrl().
|
protected |
Definition at line 1094 of file SwiftFileBackend.php.
References FileBackendStore\$RES_ABSENT, FileBackendStore\$RES_ERROR, and FileBackendStore\getFileStat().
|
protected |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 717 of file SwiftFileBackend.php.
References doGetFileStatMulti().
Referenced by doDescribeInternal().
|
protected |
Get file stat information (concurrently if possible) for several files.
array | $params | Parameters include:
|
Reimplemented from FileBackendStore.
Definition at line 1634 of file SwiftFileBackend.php.
References $path, FileBackendStore\$RES_ABSENT, FileBackendStore\$RES_ERROR, addMissingHashMetadata(), authTokenHeaders(), getAuthentication(), getContainerStat(), getStatFromHeaders(), headersFromParams(), onError(), FileBackendStore\resolveStoragePathReal(), and storageUrl().
Referenced by doGetFileStat().
|
protected |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 1079 of file SwiftFileBackend.php.
References FileBackendStore\$RES_ABSENT, FileBackendStore\$RES_ERROR, FileBackendStore\clearCache(), and FileBackendStore\getFileStat().
|
protected |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 1173 of file SwiftFileBackend.php.
References $ext, $path, FileBackendStore\$RES_ABSENT, FileBackendStore\$RES_ERROR, authTokenHeaders(), FileBackend\extensionFromPath(), getAuthentication(), getStatFromHeaders(), headersFromParams(), onError(), FileBackendStore\resolveStoragePathReal(), and storageUrl().
|
protected |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 448 of file SwiftFileBackend.php.
References FileBackendStore\executeOpHandlesInternal(), extractMutableContentHeaders(), FileBackend\newStatus(), onError(), and FileBackendStore\resolveStoragePathReal().
|
protected |
string | $container | |
string | $dir | |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 616 of file SwiftFileBackend.php.
References createContainer(), getContainerStat(), and FileBackend\newStatus().
|
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.
array | $containerInfo | Map of resolved container names to cached info |
Reimplemented from FileBackendStore.
Definition at line 1628 of file SwiftFileBackend.php.
|
protected |
string | $container | |
string | $dir | |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 665 of file SwiftFileBackend.php.
References $readUsers, $writeUsers, getContainerStat(), FileBackend\newStatus(), and setContainerAccess().
|
protected |
string | $container | |
string | $dir | |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 639 of file SwiftFileBackend.php.
References $readUsers, $writeUsers, getContainerStat(), FileBackend\newStatus(), and setContainerAccess().
|
protected |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 304 of file SwiftFileBackend.php.
References FileBackendStore\executeOpHandlesInternal(), extractMutableContentHeaders(), FileBackendStore\getContentType(), FileBackend\newStatus(), onError(), and FileBackendStore\resolveStoragePathReal().
|
protected |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 1107 of file SwiftFileBackend.php.
References $header, FileBackend\$obResetFunc, authTokenHeaders(), FileBackendStore\clearCache(), FileBackendStore\deleteFileCache(), FileBackendStore\fileExists(), getAuthentication(), getContainerStat(), headersFromParams(), FileBackend\newStatus(), onError(), FileBackendStore\resolveStoragePathReal(), HTTPFileStreamer\send404Message(), storageUrl(), and HTTPFileStreamer\STREAM_HEADLESS.
|
protected |
string[] | $headers | Map of (header => value) for a swift object |
Definition at line 221 of file SwiftFileBackend.php.
References FileBackend\$name.
Referenced by addMissingHashMetadata(), and getMetadataFromHeaders().
|
protected |
Filter/normalize a header map to only include mutable "content-"/"x-content-" headers.
Mutable headers can be changed via HTTP POST even if the file content is the same
string[] | $headers | Map of (header => value) for a swift object |
Definition at line 183 of file SwiftFileBackend.php.
References FileBackend\$name.
Referenced by addMissingHashMetadata(), doCopyInternal(), doCreateInternal(), doDescribeInternal(), doMoveInternal(), doStoreInternal(), and getStatFromHeaders().
|
protected |
Definition at line 1716 of file SwiftFileBackend.php.
References $authCreds, $authSessionTimestamp, getCredsCacheKey(), and onError().
Referenced by addMissingHashMetadata(), createContainer(), deleteContainer(), doExecuteOpHandlesInternal(), doGetFileContentsMulti(), doGetFileStatMulti(), doGetLocalCopyMulti(), doStreamFile(), getContainerStat(), getFileHttpUrl(), objectListing(), and setContainerAccess().
|
protected |
Get a Swift container stat array, possibly from process cache.
Use $reCache if the file count or byte count is needed.
string | $container | Container name |
bool | $bypassCache | Bypass all caches and load from Swift |
Definition at line 1436 of file SwiftFileBackend.php.
References FileBackendStore\$RES_ABSENT, FileBackendStore\$RES_ERROR, authTokenHeaders(), getAuthentication(), onError(), FileBackendStore\primeContainerCache(), FileBackend\scopedProfileSection(), FileBackendStore\setContainerCache(), and storageUrl().
Referenced by doCleanInternal(), doGetFileStatMulti(), doPrepareInternal(), doPublishInternal(), doSecureInternal(), doStreamFile(), and isPathUsableInternal().
|
private |
Get the cache key for a container.
string | $username |
Definition at line 1807 of file SwiftFileBackend.php.
Referenced by getAuthentication(), and onError().
SwiftFileBackend::getDirectoryListInternal | ( | $fullCont, | |
$dir, | |||
array | $params | ||
) |
string | $fullCont | |
string | $dir | |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 881 of file SwiftFileBackend.php.
SwiftFileBackend::getDirListPageInternal | ( | $fullCont, | |
$dir, | |||
& | $after, | ||
$limit, | |||
array | $params | ||
) |
Do not call this function outside of SwiftFileBackendFileList.
string | $fullCont | Resolved container name |
string | $dir | Resolved storage directory with no trailing slash |
string | null | &$after | Resolved container relative path to list items after |
int | $limit | Max number of items to list |
array | $params | Parameters for getDirectoryList() |
FileBackendError |
Definition at line 907 of file SwiftFileBackend.php.
References $dirs, $path, objectListing(), and FileBackend\scopedProfileSection().
SwiftFileBackend::getFeatures | ( | ) |
Get the a bitfield of extra features supported by the backend medium.
Reimplemented from FileBackend.
Definition at line 147 of file SwiftFileBackend.php.
SwiftFileBackend::getFileHttpUrl | ( | array | $params | ) |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 1245 of file SwiftFileBackend.php.
References getAuthentication(), FileBackendStore\resolveStoragePathReal(), and storageUrl().
SwiftFileBackend::getFileListInternal | ( | $fullCont, | |
$dir, | |||
array | $params | ||
) |
string | $fullCont | |
string | $dir | |
array | $params |
Reimplemented from FileBackendStore.
Definition at line 892 of file SwiftFileBackend.php.
SwiftFileBackend::getFileListPageInternal | ( | $fullCont, | |
$dir, | |||
& | $after, | ||
$limit, | |||
array | $params | ||
) |
Do not call this function outside of SwiftFileBackendFileList.
string | $fullCont | Resolved container name |
string | $dir | Resolved storage directory with no trailing slash |
string | null | &$after | Resolved container relative path of file to list items after |
int | $limit | Max number of items to list |
array | $params | Parameters for getDirectoryList() |
FileBackendError |
Definition at line 990 of file SwiftFileBackend.php.
References buildFileObjectListing(), objectListing(), and FileBackend\scopedProfileSection().
|
protected |
string[] | $headers | Map of (header => value) for a swift object |
Definition at line 238 of file SwiftFileBackend.php.
References FileBackend\$name, and extractMetadataHeaders().
Referenced by getStatFromHeaders().
|
protected |
array | $rhdrs |
Definition at line 1695 of file SwiftFileBackend.php.
References convertSwiftDate(), extractMutableContentHeaders(), and getMetadataFromHeaders().
Referenced by doGetFileStatMulti(), and doGetLocalCopyMulti().
|
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.
array | $params |
Definition at line 1311 of file SwiftFileBackend.php.
Referenced by doGetFileContentsMulti(), doGetFileStatMulti(), doGetLocalCopyMulti(), and doStreamFile().
SwiftFileBackend::isPathUsableInternal | ( | $storagePath | ) |
Check if a file can be created or changed at a given storage path in the backend.
FS backends should check that the parent directory exists, files can be written under it, and that any file already there is both readable and writable. Backends using key/value stores should check if the container exists.
string | $storagePath |
Reimplemented from FileBackendStore.
Definition at line 165 of file SwiftFileBackend.php.
References getContainerStat(), and FileBackendStore\resolveStoragePathReal().
SwiftFileBackend::loadListingStatInternal | ( | $path, | |
array | $val | ||
) |
Do not call this function outside of SwiftFileBackendFileList.
string | $path | Storage path |
array | $val | Stat value |
Definition at line 1075 of file SwiftFileBackend.php.
References $path.
|
private |
Get a list of objects under a container.
Either just the names or a list of stdClass objects with details can be returned.
string | $fullCont | |
string | $type | ('info' for a list of object detail maps, 'names' for names only) |
int | $limit | |
string | null | $after | |
string | null | $prefix | |
string | null | $delim |
Definition at line 1577 of file SwiftFileBackend.php.
References $type, authTokenHeaders(), FormatJson\decode(), getAuthentication(), FileBackend\newStatus(), onError(), and storageUrl().
Referenced by doDirectoryExists(), getDirListPageInternal(), and getFileListPageInternal().
SwiftFileBackend::onError | ( | $status, | |
$func, | |||
array | $params, | ||
$err = '' , |
|||
$code = 0 , |
|||
$desc = '' |
|||
) |
Log an unexpected exception for this backend.
This also sets the StatusValue object to have a fatal error.
StatusValue | null | $status | |
string | $func | |
array | $params | |
string | $err | Error string |
int | $code | HTTP status |
string | $desc | HTTP StatusValue description |
Definition at line 1822 of file SwiftFileBackend.php.
References FormatJson\encode(), and getCredsCacheKey().
Referenced by createContainer(), deleteContainer(), doCopyInternal(), doCreateInternal(), doDeleteInternal(), doDescribeInternal(), doGetFileContentsMulti(), doGetFileStatMulti(), doGetLocalCopyMulti(), doMoveInternal(), doStoreInternal(), doStreamFile(), getAuthentication(), getContainerStat(), and objectListing().
|
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).
string | $container | Container name |
string | $relStoragePath | Storage path relative to the container |
Reimplemented from FileBackendStore.
Definition at line 155 of file SwiftFileBackend.php.
|
protected |
Set read/write permissions for a Swift container.
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.
string | $container | Resolved Swift container |
array | $readUsers | List of the possible criteria for a request to have access to read a container. Each item is one of the following formats:
|
array | $writeUsers | A list of the possible criteria for a request to have access to write to a container. Each item is of the following format:
|
Definition at line 1400 of file SwiftFileBackend.php.
References $readUsers, $writeUsers, authTokenHeaders(), getAuthentication(), FileBackend\newStatus(), and storageUrl().
Referenced by doPublishInternal(), and doSecureInternal().
|
protected |
array | $creds | From getAuthentication() |
string | null | $container | |
string | null | $object |
Definition at line 1781 of file SwiftFileBackend.php.
Referenced by addMissingHashMetadata(), createContainer(), deleteContainer(), doExecuteOpHandlesInternal(), doGetFileContentsMulti(), doGetFileStatMulti(), doGetLocalCopyMulti(), doStreamFile(), getContainerStat(), getFileHttpUrl(), objectListing(), and setContainerAccess().
|
protected |
Definition at line 71 of file SwiftFileBackend.php.
Referenced by getAuthentication().
|
protected |
UNIX timestamp.
Definition at line 75 of file SwiftFileBackend.php.
|
protected |
UNIX timestamp.
Definition at line 73 of file SwiftFileBackend.php.
Referenced by getAuthentication().
|
protected |
TTL in seconds.
Definition at line 40 of file SwiftFileBackend.php.
|
protected |
Container stat cache.
Definition at line 68 of file SwiftFileBackend.php.
|
protected |
Definition at line 38 of file SwiftFileBackend.php.
|
protected |
Whether the server is an Ceph RGW.
Definition at line 78 of file SwiftFileBackend.php.
|
protected |
Additional users (account:user) with read permissions on public containers.
Definition at line 56 of file SwiftFileBackend.php.
Referenced by createContainer(), doPublishInternal(), doSecureInternal(), and setContainerAccess().
|
protected |
S3 access key (RADOS Gateway)
Definition at line 52 of file SwiftFileBackend.php.
|
protected |
S3 authentication key (RADOS Gateway)
Definition at line 54 of file SwiftFileBackend.php.
|
protected |
Additional users (account:user) with read permissions on private containers.
Definition at line 60 of file SwiftFileBackend.php.
|
protected |
Additional users (account:user) with write permissions on private containers.
Definition at line 62 of file SwiftFileBackend.php.
|
protected |
Definition at line 65 of file SwiftFileBackend.php.
|
protected |
Authentication base URL (without version)
Definition at line 42 of file SwiftFileBackend.php.
|
protected |
Secret key for user.
Definition at line 48 of file SwiftFileBackend.php.
|
protected |
Override of storage base URL.
Definition at line 44 of file SwiftFileBackend.php.
|
protected |
Shared secret value for making temp URLs.
Definition at line 50 of file SwiftFileBackend.php.
|
protected |
Swift user (account:user) to authenticate as.
Definition at line 46 of file SwiftFileBackend.php.
|
protected |
Additional users (account:user) with write permissions on public containers.
Definition at line 58 of file SwiftFileBackend.php.
Referenced by createContainer(), doPublishInternal(), doSecureInternal(), and setContainerAccess().