diff --git a/site/docs/master/api-types/backupstoragelocation.md b/site/docs/master/api-types/backupstoragelocation.md index 07b65ccf5..f3c84e054 100644 --- a/site/docs/master/api-types/backupstoragelocation.md +++ b/site/docs/master/api-types/backupstoragelocation.md @@ -36,6 +36,7 @@ The configurable parameters are as follows: | `objectStorage/bucket` | String | Required Field | The storage bucket where backups are to be uploaded. | | `objectStorage/prefix` | String | Optional Field | The directory inside a storage bucket where backups are to be uploaded. | | `config` | map[string]string

(See the corresponding [AWS][0], [GCP][1], and [Azure][2]-specific configs or your provider's documentation.) | None (Optional) | Configuration keys/values to be passed to the cloud provider for backup storage. | +| `accessMode` | String | `ReadWrite` | How Velero can access the backup storage location. Valid values are `ReadWrite`, `ReadOnly`. | #### AWS diff --git a/site/docs/v1.1.0/api-types/backupstoragelocation.md b/site/docs/v1.1.0/api-types/backupstoragelocation.md index 07b65ccf5..f3c84e054 100644 --- a/site/docs/v1.1.0/api-types/backupstoragelocation.md +++ b/site/docs/v1.1.0/api-types/backupstoragelocation.md @@ -36,6 +36,7 @@ The configurable parameters are as follows: | `objectStorage/bucket` | String | Required Field | The storage bucket where backups are to be uploaded. | | `objectStorage/prefix` | String | Optional Field | The directory inside a storage bucket where backups are to be uploaded. | | `config` | map[string]string

(See the corresponding [AWS][0], [GCP][1], and [Azure][2]-specific configs or your provider's documentation.) | None (Optional) | Configuration keys/values to be passed to the cloud provider for backup storage. | +| `accessMode` | String | `ReadWrite` | How Velero can access the backup storage location. Valid values are `ReadWrite`, `ReadOnly`. | #### AWS