# AWSCredential

## Object

### accessKeyId
- **Type:** string
- **Required:** true
- **Pattern:** `^A[KS]IA[0-9A-Z]{16}$`
- **Description:** The access key ID for the bucket.

### secretAccessKey
- **Type:** string
- **Required:** true
- **Pattern:** `^[A-Za-z0-9+/=]{40}$`
- **Description:** The secret access key for the bucket.
