# place.stream.server.getStorage

> Published by [did:web:stream.place](https://lexicon.garden/identity/did:web:stream.place)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:stream.place/place.stream.server.getStorage)
- [Documentation](https://lexicon.garden/lexicon/did:web:stream.place/place.stream.server.getStorage/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:stream.place/place.stream.server.getStorage/examples)

## Definitions

### `place.stream.server.getStorage`

**Type**: `query`

Get S3 storage configuration (with masked secret key).

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `storage` | `ref` → `place.stream.server.defs#storage` | No |  |

## Raw Schema

```json
{
  "id": "place.stream.server.getStorage",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "storage": {
              "ref": "place.stream.server.defs#storage",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": null,
      "description": "Get S3 storage configuration (with masked secret key)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
