forked from p15670423/monkey
Island: Add note about #2049 to FileUpload resource
This commit is contained in:
parent
c4d5e58486
commit
8cb9c4463a
|
@ -36,7 +36,8 @@ class FileUpload(AbstractResource):
|
||||||
# This endpoint is basically a duplicate of PBAFileDownload.get(). They serve slightly different
|
# 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
|
# 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
|
# 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
|
@jwt_required
|
||||||
def get(self, target_os):
|
def get(self, target_os):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue