Access keys are S3-compatible credentials that allow programmatic access to your buckets via boto3, aws-cli, or any S3-compatible SDK. Each key consists of an Access Key ID and a Secret Access Key.
After creation, your credentials are displayed one time only:
NQAK followed by 16 characters (e.g., NQAK8f7x9k2m1pq0)Copy both values using the copy buttons and store them securely.
The Access Keys page shows all keys for your account:
| Column | Description |
|---|---|
| Label | User-defined name |
| Access Key ID | Public key identifier (starts with NQAK) |
| Buckets | "All Buckets" or list of permitted bucket names |
| Status | Active or Revoked |
| Created | Creation timestamp |
Revoking disables a key immediately while preserving it in your history:
Revoked keys cannot be used to authenticate API requests. Any application using the key will receive 403 Forbidden errors.
Deleting permanently removes a key from your account:
.env files excluded from git).