Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ delete
Method
delete
celery/backends/s3.py:74–77 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
72
s3_object.put(Body=value)
73
74
def
delete(self, key):
75
key = bytes_to_str(key)
76
s3_object = self._get_s3_object(key)
77
s3_object.delete()
78
79
def
_connect_to_s3(self):
80
session = boto3.Session(
Callers
4
test_delete_a_key
Method · 0.95
_delete_group
Method · 0.45
_forget
Method · 0.45
cleanup
Method · 0.45
Calls
1
_get_s3_object
Method · 0.95
Tested by
1
test_delete_a_key
Method · 0.76