Skip to content
Snippets Groups Projects
Commit 3a9ae0ad authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Merge branch 'Topic/1292-FdsS3' into 'Product/1100-fdsS3'

Topic/1292 fds s3

See merge request !23
parents 865c7d47 24c54f5f
Branches
No related tags found
2 merge requests!26Product/1100 fds s3,!23Topic/1292 fds s3
{
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "5.6.6",
"commands": [
"dotnet-gitversion"
]
},
"dotnet-version-cli": {
"version": "2.1.1",
"commands": [
"dotnet-version"
]
}
}
}
\ No newline at end of file
......@@ -268,3 +268,6 @@ dist/
#linq2db
src/.tools/*
# Dotnet Tool Manifest
.config/*
\ No newline at end of file
......@@ -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