Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
forgotten string
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilija Vukotic committed Nov 10, 2022
1 parent 8999905 commit 4018c8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions servicex/transformer/object_store_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, url=None, username=None, password=None, use_https=False):
secure=secure_connection)

def upload_file(self, bucket, object_name, path):
result = self.minio_client.fput_object(bucket_name=bucket,
object_name=object_name,
file_path=path)
self.logger.debug("created object", result.object_name)
self.minio_client.fput_object(bucket_name=bucket,
object_name=object_name,
file_path=path)
self.logger.debug("object created")

0 comments on commit 4018c8f

Please sign in to comment.