AWS Connection
LogPeak connects directly to Amazon S3 using credentials stored on your machine. No data passes through any intermediate server.
Authentication Methods
Access Key & Secret
The simplest way to connect. Provide your AWS Access Key ID and Secret Access Key.
- Open LogPeak and start a new S3 import
- Click Add Profile
- Enter a profile name, Access Key ID, Secret Access Key, and region
- Click Save
AWS SSO (Single Sign-On)
For organizations using AWS SSO:
- Click Add Profile and select the SSO option
- Enter your SSO start URL and region
- Complete the browser-based SSO authentication flow
- LogPeak stores the session locally
Multiple Profiles
You can create multiple AWS profiles for different accounts or environments (e.g., production, staging). Switch between them from the S3 browser.
Each profile stores:
- Credentials (encrypted in your system keychain)
- Default region
- Default bucket and prefix (optional)
Custom S3 Endpoints
LogPeak supports S3-compatible services like MinIO or DigitalOcean Spaces. When creating a profile, specify a custom endpoint URL to connect to these services.
Security
- Credentials are stored in your operating system’s secure keychain
- LogPeak communicates directly with AWS — no proxy or intermediate server
- No credentials are ever sent to LogPeak’s servers