Skip to content

Commit

Permalink
Remove Dropbox and swift protocol support
Browse files Browse the repository at this point in the history
Signed-off-by: rong fengliang <[email protected]>
  • Loading branch information
rongfengliang authored Sep 5, 2024
1 parent 7ef7d34 commit 0d5eaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro/io/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
VERSION_KEY = "version"
HTTP_PROTOCOLS = ("http", "https")
PROTOCOL_DELIMITER = "://"
CLOUD_PROTOCOLS = ("s3", "s3n", "oss", "swift", "dropbox", "s3a", "gcs", "gs", "adl", "abfs", "abfss", "gdrive")
CLOUD_PROTOCOLS = ("s3", "s3n", "oss", "s3a", "gcs", "gs", "adl", "abfs", "abfss", "gdrive")


class DatasetError(Exception):
Expand Down

0 comments on commit 0d5eaa4

Please sign in to comment.