Skip to content

Commit

Permalink
once more without collection in string
Browse files Browse the repository at this point in the history
  • Loading branch information
GondekNP committed Jan 22, 2024
1 parent 6fb4ea6 commit 4fcb3f8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/util/sftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
from google.cloud import logging as cloud_logging


<<<<<<< HEAD
# TODO [$65aeb18b145c120009e43399]: Convert to agnostic Boto client
=======
# TODO [$65aeaf6b5159da0008241be0]: Convert to agnostic Boto client
>>>>>>> c003877bbc264e4d7587c47004afda935bc32987
# TODO: 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 4fcb3f8

Please sign in to comment.