nextcloud/apps/files_external/lib/Lib
Robin Appelman fc96fa0cc7
fix s3 doesDirectoryExist check for empty directories
if a directory is empty, only the 'marker' object `/` exists.

since not all s3 implementations return just the prefix when listing objects by prefix,
when listing objects by the folder prefix, nothing will be returned if the directory is empty.
by not including the trailing slash in the prefix, the folder marked will always be returned if it exists

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-09-10 08:11:55 +02:00
..
Auth Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Backend Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Config Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Notify Update license headers for 19 2020-04-29 11:57:22 +02:00
Storage fix s3 doesDirectoryExist check for empty directories 2020-09-10 08:11:55 +02:00
DefinitionParameter.php Update license headers for 19 2020-04-29 11:57:22 +02:00
DependencyTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FrontendDefinitionTrait.php Remove setCustomJs of the files_external FrontendDefinitionTrait 2020-08-13 21:49:50 +02:00
IdentifierTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
InsufficientDataForMeaningfulAnswerException.php Update license headers 2019-12-05 15:38:45 +01:00
LegacyDependencyCheckPolyfill.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MissingDependency.php Update license headers 2019-12-05 15:38:45 +01:00
PersonalMount.php Update license headers 2019-12-05 15:38:45 +01:00
PriorityTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
SessionStorageWrapper.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
StorageConfig.php Update license headers for 19 2020-04-29 11:57:22 +02:00
StorageModifierTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
VisibilityTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00