File tree 1 file changed +2
-2
lines changed
moto/kinesisvideoarchivedmedia
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ def _get_streaming_url(
23
23
return f"{ data_endpoint } { relative_path } ?SessionToken={ session_token } "
24
24
25
25
def get_hls_streaming_session_url (self , stream_name : str , stream_arn : str ) -> str :
26
- # Ignore option paramters as the format of hls_url doesn't depend on them
26
+ # Ignore option parameters as the format of hls_url doesn't depend on them
27
27
api_name = "GET_HLS_STREAMING_SESSION_URL"
28
28
return self ._get_streaming_url (stream_name , stream_arn , api_name )
29
29
30
30
def get_dash_streaming_session_url (self , stream_name : str , stream_arn : str ) -> str :
31
- # Ignore option paramters as the format of hls_url doesn't depend on them
31
+ # Ignore option parameters as the format of hls_url doesn't depend on them
32
32
api_name = "GET_DASH_STREAMING_SESSION_URL"
33
33
return self ._get_streaming_url (stream_name , stream_arn , api_name )
34
34
You can’t perform that action at this time.
0 commit comments