nextcloud-server/apps/files_external/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 +07:00
..
AppInfo Update license headers for 19 2020-04-29 11:57:22 +07:00
BackgroundJob Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
Command Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
Config Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
Controller Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
Lib fix s3 doesDirectoryExist check for empty directories 2020-09-10 08:11:55 +07:00
Listener Move event listener to dedicated class 2020-07-30 12:04:56 +07:00
Migration Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
Service Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
Settings Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
MountConfig.php Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in files_external 2020-07-10 00:02:59 +07:00
NotFoundException.php Update license headers 2019-12-05 15:38:45 +07:00