[eric] edge: default Tigris bucket to openswarm-app-bundles

This commit is contained in:
ciregenz
2026-06-19 18:06:12 -07:00
parent ef1c7a28e2
commit bf282a20a1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ from botocore.exceptions import ClientError
logger = logging.getLogger(__name__)
_ENDPOINT = os.environ.get("TIGRIS_ENDPOINT", "https://fly.storage.tigris.dev")
_BUCKET = os.environ.get("TIGRIS_BUCKET", "openswarm-apps")
_BUCKET = os.environ.get("TIGRIS_BUCKET", "openswarm-app-bundles")
_TTL_SECONDS = int(os.environ.get("EDGE_BUNDLE_TTL_SECONDS", "120"))
_MAX_CACHED_BUNDLES = int(os.environ.get("EDGE_BUNDLE_CACHE_MAX", "200"))
_MAX_UNPACKED_BYTES = 100 * 1024 * 1024 # guard against a decompression bomb
+1 -1
View File
@@ -16,7 +16,7 @@ kill_timeout = '30s'
# Private 6PN address of the cloud app (same org). Not public.
OPENSWARM_CLOUD_INTERNAL_URL = 'http://openswarm-cloud.internal:8080'
TIGRIS_ENDPOINT = 'https://fly.storage.tigris.dev'
TIGRIS_BUCKET = 'openswarm-apps'
TIGRIS_BUCKET = 'openswarm-app-bundles'
[http_service]
internal_port = 8080