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

uri

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