---
id: gk-gravityexport-save-cloud-storage-settings
title: "Filter - gk/gravityexport/save/cloud-storage/settings"
sidebar_label: "gk/gravityexport/save/cloud-storage/settings"
tags:
  - "1.12.0"
---

# Filter: gk/gravityexport/save/cloud-storage/settings

Filters the settings shown in the Cloud Storage section.

Lets other features add their own fields to the Cloud Storage section instead of creating a separate section. Note this fires once per registered OAuth provider, so callbacks must be idempotent.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $settings | `array` | The Cloud Storage section's settings entries. |
| $provider | `\OAuthStorageType` | The provider currently building the section. |

### Since

- [1.12.0](../../since/1-12-0/)

### Source

Defined in `add-ons/save/src/StorageType/OAuthStorageType.php` at line 372

