We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce29114 commit e6b41faCopy full SHA for e6b41fa
src/sentry/objectstore/__init__.py
@@ -1,6 +1,6 @@
1
from sentry.objectstore.service import Client, ClientBuilder
2
3
-__all__ = ["attachments", "Client", "ClientBuilder"]
+__all__ = ["attachments", "preprod", "Client", "ClientBuilder"]
4
5
attachments = ClientBuilder("attachments")
6
preprod = ClientBuilder("preprod")
0 commit comments