remotion-lambda 4.0.304__tar.gz → 4.0.306__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/PKG-INFO +1 -1
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/remotion_lambda/models.py +4 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/remotion_lambda/version.py +1 -1
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/remotion_lambda.egg-info/PKG-INFO +1 -1
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/LICENSE +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/README.md +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/remotion_lambda/__init__.py +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/remotion_lambda/remotionclient.py +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/remotion_lambda.egg-info/SOURCES.txt +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/remotion_lambda.egg-info/dependency_links.txt +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/remotion_lambda.egg-info/requires.txt +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/remotion_lambda.egg-info/top_level.txt +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/setup.cfg +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/setup.py +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/tests/__init__.py +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/tests/test_get_render_progress_client.py +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/tests/test_render_client_render_media.py +0 -0
- {remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/tests/test_render_client_render_still.py +0 -0
|
@@ -314,6 +314,7 @@ class RenderMediaParams:
|
|
|
314
314
|
force_width: Optional[int] = None
|
|
315
315
|
api_key: Optional[str] = None
|
|
316
316
|
audio_codec: Optional[str] = None
|
|
317
|
+
storage_class: Optional[str] = None
|
|
317
318
|
renderer_function_name: Optional[str] = None
|
|
318
319
|
pro_res_profile: Optional[str] = None
|
|
319
320
|
x264_preset: Optional[str] = None
|
|
@@ -336,6 +337,7 @@ class RenderMediaParams:
|
|
|
336
337
|
'imageFormat': self.image_format,
|
|
337
338
|
'maxRetries': self.max_retries,
|
|
338
339
|
'jpegQuality': self.jpeg_quality,
|
|
340
|
+
'storageClass': self.storage_class,
|
|
339
341
|
'envVariables': self.env_variables,
|
|
340
342
|
'metadata': self.metadata,
|
|
341
343
|
'privacy': self.privacy,
|
|
@@ -427,6 +429,7 @@ class RenderStillParams:
|
|
|
427
429
|
'type': 'play-in-browser'})
|
|
428
430
|
force_width: Optional[int] = None
|
|
429
431
|
api_key: Optional[int] = None
|
|
432
|
+
storage_class: Optional[str] = None
|
|
430
433
|
force_height: Optional[int] = None
|
|
431
434
|
force_bucket_name: Optional[str] = None
|
|
432
435
|
dump_browser_logs: Optional[bool] = None
|
|
@@ -466,6 +469,7 @@ class RenderStillParams:
|
|
|
466
469
|
'maxRetries': self.max_retries,
|
|
467
470
|
'envVariables': self.env_variables if self.env_variables is not None else {},
|
|
468
471
|
'jpegQuality': self.jpeg_quality,
|
|
472
|
+
'storageClass': self.storage_class,
|
|
469
473
|
'frame': self.frame,
|
|
470
474
|
'logLevel': self.log_level,
|
|
471
475
|
'outName': self.out_name,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# pylint: disable=missing-module-docstring, missing-final-newline
|
|
2
|
-
VERSION = "4.0.
|
|
2
|
+
VERSION = "4.0.306"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/remotion_lambda.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/tests/test_get_render_progress_client.py
RENAMED
|
File without changes
|
{remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/tests/test_render_client_render_media.py
RENAMED
|
File without changes
|
{remotion_lambda-4.0.304 → remotion_lambda-4.0.306}/tests/test_render_client_render_still.py
RENAMED
|
File without changes
|