Skip to content

Commit

Permalink
Collect TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
todo-actions[bot] committed Jan 22, 2024
1 parent 7258f85 commit c003877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/sftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from google.cloud import logging as cloud_logging


# TODO: Convert to agnostic Boto client
# TODO [$65aeaf6b5159da0008241be0]: Convert to agnostic Boto client
# Use the slick smart-open library to handle S3 connections. This maintains the agnostic nature
# of sftp, not tied to any specific cloud provider, but is way more efficient than paramiko/sftp in terms of $$
class SFTPClient:
Expand Down

0 comments on commit c003877

Please sign in to comment.