Skip to content
Snippets Groups Projects
Commit 13c537c4 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

uri

parent fe9a9d54
Branches
Tags
No related merge requests found
Pipeline #76837 passed
...@@ -24,7 +24,7 @@ class B2ShareOperator(BaseOperator): ...@@ -24,7 +24,7 @@ class B2ShareOperator(BaseOperator):
message = "Hello {}".format(self.name) message = "Hello {}".format(self.name)
print(message) print(message)
print(self.connection.uri) print(self.connection.get_uri())
#print(f"Retrieving info from {self.connection.host}") #print(f"Retrieving info from {self.connection.host}")
lst = get_objects(server=server) lst = get_objects(server=server)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment