Island: Add note about #2049 to FileUpload resource

This commit is contained in:
Mike Salvatore 2022-06-28 13:18:58 -04:00
parent c4d5e58486
commit 8cb9c4463a
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ class FileUpload(AbstractResource):
# This endpoint is basically a duplicate of PBAFileDownload.get(). They serve slightly different
# purposes. This endpoint is authenticated, whereas the one in PBAFileDownload can not be (at
# the present time). In the future, consider whether or not they should be merged, or if they
# serve truly distinct purposes
# serve truly distinct purposes. After #2049, all endpoints that the agent uses will be
# authenticated.
@jwt_required
def get(self, target_os):
"""