Skip to content

Commit 83f4db5

Browse files
committed
feat: add abfss
Signed-off-by: machichima <[email protected]>
1 parent 3244d82 commit 83f4db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flytekit/core/data_persistence.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ async def async_put_data(
739739
put_data = loop_manager.synced(async_put_data)
740740

741741

742-
register(["s3", "gs", "abfs"], asynchronous=True)
742+
register(["s3", "gs", "abfs", "abfss"], asynchronous=True)
743743

744744

745745
flyte_tmp_dir = tempfile.mkdtemp(prefix="flyte-")

0 commit comments

Comments
 (0)