# Predictable S3 Bucket URLs for Nexus Repository Cloud

Nexus Repository Cloud comes with Pre-Signed URLs for Binary Downloads enabled with our platform providers. Use the url patterns below to determine the relevant URL when filtering outgoing traffic rules in their tenants.

## Tenant Identifier

The `tenant-identifier` for the storage is generated in the following format:

```
sonatype-repo-{region}-p-{tenant}-primary
sonatype-repo-{region}-p-{tenant}-dr
```

- `tenant` \- Substitute the variable with the tenant ID used when creating your repository tenant.
- `region` \- use the chart below for the region parameter. (_e.g., US East (N. Virginia)_ = `use1` )

### Example Tenant Identifier

The following URL is an example of the `tenant-identifier` for a client named `Example` deployed in the `US East 1` region.

```
https://sonatype-repo-use1-p-example-primary.s3.amazonaws.com/
```

## AWS S3 Region Code Reference

Use the following region abbreviations for the region parameter when determining the URL used for the S3 buckets of your Nexus Repository Cloud environment.

| Full Name | Region Code | Region |
|-----------|-------------|--------|
| US East (N. Virginia) | us-east-1 | `use1` |
| US East (Ohio) | us-east-2 | `use2` |
| US West (Oregon) | us-west-2 | `usw2` |
| Canada (Central) | ca-central-1 | `cac1` |
| Canada West (Calgary) | ca-west-1 | `caw1` |
| Mexico (Central) | mx-central-1 | `mxc1` |
| South America (São Paulo) | sa-east-1 | `sae1` |
| Europe (Frankfurt) | eu-central-1 | `euc1` |
| Europe (Zurich) | eu-central-2 | `euc2` |
| Europe (Ireland) | eu-west-1 | `euw1` |
| Europe (London) | eu-west-2 | `euw2` |
| Europe (Paris) | eu-west-3 | `euw3` |
| Europe (Milan) | eu-south-1 | `eus1` |
| Europe (Spain) | eu-south-2 | `eus2` |
| Europe (Stockholm) | eu-north-1 | `eun1` |
| Asia Pacific (Tokyo) | ap-northeast-1 | `apne1` |
| Asia Pacific (Seoul) | ap-northeast-2 | `apne2` |
| Asia Pacific (Osaka) | ap-northeast-3 | `apne3` |
| Asia Pacific (Mumbai) | ap-south-1 | `aps1` |
| Asia Pacific (Hyderabad) | ap-south-2 | `aps2` |
| Asia Pacific (Singapore) | ap-southeast-1 | `apse1` |
| Asia Pacific (Sydney) | ap-southeast-2 | `apse2` |
| Asia Pacific (Jakarta) | ap-southeast-3 | `apse3` |
| Asia Pacific (Melbourne) | ap-southeast-4 | `apse4` |
| Asia Pacific (Malaysia) | ap-southeast-5 | `apse5` |
| Asia Pacific (New Zealand) | ap-southeast-6 | `apse6` |
| Asia Pacific (Thailand) | ap-southeast-7 | `apse7` |
| Asia Pacific (Hong Kong) | ap-east-1 | `ape1` |
| Asia Pacific (Taipei) | ap-east-2 | `ape2` |
| Middle East (UAE) | me-central-1 | `mec1` |
| Middle East (Bahrain) | me-south-1 | `mes1` |
| Africa (Cape Town) | af-south-1 | `afs1` |
| Israel (Tel Aviv) | il-central-1 | `ilc1` |
