> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/fabric/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/fabric/_mcp/server.

# Enum Relay Atif Storage Config

> Relay ATIF remote storage configuration.

Generated from `cargo doc --no-deps -p nemo-fabric-core`.

<pre />

Relay ATIF remote storage configuration.

## Variants

### `Http`

<pre />

Upload ATIF artifacts to HTTP storage.

#### Fields

### `endpoint: String`

HTTP storage endpoint.

### `headers: BTreeMap<String, String>`

Static HTTP headers.

### `header_env: BTreeMap<String, String>`

Environment-variable-backed HTTP headers.

### `timeout_millis: u64`

Request timeout in milliseconds.

### `extensions: BTreeMap<String, Value>`

Additive HTTP storage fields.

### `S3`

<pre />

Upload ATIF artifacts to S3-compatible storage.

#### Fields

### `bucket: String`

S3 bucket name.

### `key_prefix: Option<String>`

Optional S3 object key prefix.

### `access_key_id: Option<String>`

AWS access key id.

### `secret_access_key_var: Option<String>`

Environment variable containing the AWS secret access key.

### `session_token_var: Option<String>`

Environment variable containing the AWS session token.

### `region: Option<String>`

AWS region.

### `endpoint_url: Option<String>`

S3-compatible endpoint URL.

### `allow_http: Option<bool>`

Allow HTTP endpoints for S3-compatible storage.

### `extensions: BTreeMap<String, Value>`

Additive S3 storage fields.

## Trait Implementations

### `impl Clone for RelayAtifStorageConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RelayAtifStorageConfig`

<pre />

#### `fmt`

<pre />

### `impl<'de> Deserialize<'de> for RelayAtifStorageConfig`

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for RelayAtifStorageConfig`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for RelayAtifStorageConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for RelayAtifStorageConfig`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for RelayAtifStorageConfig`

<pre />