Skip to content
Snippets Groups Projects
Commit 541cc25a authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

New: Included new resource type

parent 37f9b340
No related branches found
No related tags found
2 merge requests!26Product/1100 fds s3,!24Sprint/2021 05
......@@ -108,7 +108,7 @@ namespace Coscine.Api.Blob.Controllers
return Forbid("User does not have permission to the resource.");
}
if (resource.Type.DisplayName.ToLower() == "rds" && resource.ResourceTypeOptionId.HasValue)
if ((resource.Type.DisplayName.ToLower() == "rds" || resource.Type.DisplayName.ToLower() == "rdss3") && resource.ResourceTypeOptionId.HasValue)
{
try
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment