# tigris credentials test

Verify that current credentials are valid. Optionally checks access to a specific bucket.

**Alias:** `t`

## Usage[​](#usage "Direct link to Usage")

```
tigris credentials test [flags]

t3 creds t [flags]
```

## Flags[​](#flags "Direct link to Flags")

| Name             | Required | Default | Description                                   |
| ---------------- | -------- | ------- | --------------------------------------------- |
| `--bucket`, `-b` | No       | —       | Bucket name to test access against (optional) |

## Examples[​](#examples "Direct link to Examples")

```
# Test general access

tigris credentials test



# Test access to a specific bucket

tigris credentials test --bucket my-bucket
```
