Adds owner and original name to the possible naming schemes

This commit is contained in:
Trenton Holmes
2023-03-12 15:29:58 -07:00
committed by Trenton H
parent ef6c4e6789
commit 97ff2e126c
5 changed files with 121 additions and 7 deletions
+2
View File
@@ -818,6 +818,8 @@ class StoragePathSerializer(MatchingModelSerializer, OwnedObjectSerializer):
asn="asn",
tags="tags",
tag_list="tag_list",
owner_username="someone",
original_name="testfile",
)
except (KeyError):