Implement DownloadToS3Block (#133)

This commit is contained in:
Kerem Yilmaz
2024-03-28 16:46:54 -07:00
committed by GitHub
parent 57062952b8
commit 3d1b146470
6 changed files with 128 additions and 3 deletions

View File

@@ -40,6 +40,10 @@ class Settings(BaseSettings):
# Artifact storage settings
ARTIFACT_STORAGE_PATH: str = f"{SKYVERN_DIR}/artifacts"
# S3 bucket settings
AWS_REGION: str = "us-east-1"
AWS_S3_BUCKET_DOWNLOADS: str = "skyvern-downloads"
SKYVERN_TELEMETRY: bool = True
ANALYTICS_ID: str = "anonymous"