mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Update comments for storageExists() and driver functions.
This commit is contained in:
parent
498017bcf0
commit
0c816f9481
@ -85,7 +85,7 @@ storageDriverPosixNew(
|
||||
}
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Does a file/path exist?
|
||||
Does a file exist? This function is only for files, not paths.
|
||||
***********************************************************************************************************************************/
|
||||
bool
|
||||
storageDriverPosixExists(StorageDriverPosix *this, const String *path)
|
||||
|
@ -74,7 +74,7 @@ storageDriverRemoteNew(
|
||||
}
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Does a file/path exist?
|
||||
Does a file exist? This function is only for files, not paths.
|
||||
***********************************************************************************************************************************/
|
||||
bool
|
||||
storageDriverRemoteExists(StorageDriverRemote *this, const String *path)
|
||||
|
@ -408,7 +408,7 @@ storageDriverS3Request(
|
||||
}
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Does a file/path exist?
|
||||
Does a file exist? This function is only for files, not paths.
|
||||
***********************************************************************************************************************************/
|
||||
bool
|
||||
storageDriverS3Exists(StorageDriverS3 *this, const String *path)
|
||||
|
@ -128,7 +128,7 @@ storageCopy(StorageFileRead *source, StorageFileWrite *destination)
|
||||
}
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Does a file exist? This function is only for files, not directories.
|
||||
Does a file exist? This function is only for files, not paths.
|
||||
***********************************************************************************************************************************/
|
||||
bool
|
||||
storageExists(const Storage *this, const String *pathExp, StorageExistsParam param)
|
||||
|
Loading…
Reference in New Issue
Block a user