Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Library/Backend/S3/S3Wrapper.cs')
-rw-r--r--Duplicati/Library/Backend/S3/S3Wrapper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Backend/S3/S3Wrapper.cs b/Duplicati/Library/Backend/S3/S3Wrapper.cs
index 5288dfbd4..fd577b5fb 100644
--- a/Duplicati/Library/Backend/S3/S3Wrapper.cs
+++ b/Duplicati/Library/Backend/S3/S3Wrapper.cs
@@ -169,7 +169,7 @@ namespace Duplicati.Library.Backend
{
if (alreadyReturned.Add(obj.Key))
{
- yield return new IO.FileEntry(
+ yield return new Common.IO.FileEntry(
obj.Key,
obj.Size,
obj.LastModified,