Skip to content

Commit

Permalink
docs: Correct docstring for assets_proxy (#86)
Browse files Browse the repository at this point in the history
* docs: Correct docstring for assets_proxy
  • Loading branch information
timmc-edx authored Sep 18, 2024
1 parent dc5a52d commit 22906ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedxscorm/scormxblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ def student_view(self, context=None):
@XBlock.handler
def assets_proxy(self, request, suffix):
"""
Proxy view for serving assets. It receives a request with the path to the asset to serve, generates a pre-signed
URL to access the content in the AWS S3 bucket, and returns a redirect response to the pre-signed URL.
Proxy view for serving assets. It receives a request with the path to the asset to serve
and returns the asset's file contents.
Parameters:
----------
Expand Down

0 comments on commit 22906ab

Please sign in to comment.