-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
16 lines (13 loc) · 1.12 KB
/
Copy pathenv.example
File metadata and controls
16 lines (13 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ── S3 ─────────────────────────────────────────────────────────────────────────
BUCKET_NAME=env_monitor
AWS_DEFAULT_REGION=us-east-1
# ── STAC APIs ──────────────────────────────────────────────────────────────────
# Element84 Sentinel-2 (open, no auth required)
AWS_STAC_API_URL=https://earth-search.aws.element84.com/v1
# Microsoft Planetary Computer (requires token signing via planetary-computer)
MPC_STAC_API_URL=https://planetarycomputer.microsoft.com/api/stac/v1
# ── AWS credentials ─────────────────────────────────────────────────────────────
# Used locally. In GitHub Actions and HF Spaces these are set as secrets,
# not in this file.
AWS_ACCESS_KEY_ID=your_access_key_here
AWS_SECRET_ACCESS_KEY=your_secret_key_here