We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954a827 commit 0265b17Copy full SHA for 0265b17
metaflow/plugins/datatools/s3/s3.py
@@ -525,7 +525,7 @@ def __init__(
525
run: Optional[Union[FlowSpec, "metaflow.Run"]] = None,
526
s3root: Optional[str] = None,
527
encryption: Optional[str] = S3_SERVER_SIDE_ENCRYPTION,
528
- **kwargs
+ **kwargs,
529
):
530
if run:
531
# 1. use a (current) run ID with optional customizations
0 commit comments