MCPcopy Create free account
hub / github.com/serverless/examples / get_key

Method get_key

aws-python-pynamodb-s3-sigurl/asset/asset_model.py:42–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 return 'asset_id:{}, state:{}'.format(self.asset_id, self.state)
41
42 def get_key(self):
43 return u'{}/{}'.format(KEY_BASE, self.asset_id)
44
45 def save(self, conditional_operator=None, **expected_values):
46 try:

Callers 2

get_upload_urlMethod · 0.95
get_download_urlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected