Skip to content
Snippets Groups Projects

Product/1100 fds s3

Merged Marcel Nellesen requested to merge Product/1100-fdsS3 into Sprint/2021-05
7 files
+ 222
4
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -28,6 +28,7 @@ namespace Coscine.Database.Models
var dictionary = new Dictionary<string, string>();
var resourceType = GetById(id);
dictionary.Add("bucketname", resourceType.BucketName);
dictionary.Add("size", $"{resourceType.Size}");
return dictionary;
}
}
Loading