242
260
return self.creds.sign(text, hash_type="sha1")
244
262
def submit(self, url_context=None):
246
268
url_context = URLContext(
247
269
self.endpoint, self.bucket, self.object_name)
249
271
url_context.get_url(), method=self.action, postdata=self.data,
250
272
headers=self.get_headers())