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 fd91242 commit 3b0d6eeCopy full SHA for 3b0d6ee
datashuttle/utils/rclone_encryption.py
@@ -305,6 +305,7 @@ def remove_credentials_as_password_command():
305
306
307
def connection_method_requires_encryption(connection_method: str):
308
+ """Check whether the connection method stores sensitive information."""
309
return connection_method in ["aws", "gdrive", "ssh"]
310
311
0 commit comments