internetarchive-rs 0.1.4

Async Rust client for Internet Archive item metadata, search, uploads, metadata updates, and downloads.
Documentation
1
2
3
4
5
6
7
8
9
10
# 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