# LOW-auth S3 credentials for Internet Archive live tests.
# Get them from https://archive.org/account/s3.php
#
# Copy this file to .env and fill in real values. The live test suite loads
# .env automatically (via dotenvy), so this is enough to run:
#
# cargo test --test live_smoke --all-features -- --nocapture --test-threads=1
INTERNET_ARCHIVE_ACCESS_KEY=your-access-key-here
INTERNET_ARCHIVE_SECRET_KEY=your-secret-key-here