MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / get_key

Method get_key

seleniumbase/core/s3_manager.py:38–40  ·  view source on GitHub ↗

Create a new S3 connection instance with the given name.

(self, file_name)

Source from the content-addressed store, hash-verified

36 self.bucket_url = bucket_url
37
38 def get_key(self, file_name):
39 """Create a new S3 connection instance with the given name."""
40 return self.conn.resource("s3").Object(self.bucket, file_name)
41
42 def get_bucket(self):
43 """Return the bucket being used."""

Callers 2

upload_fileMethod · 0.95
upload_index_fileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected