Add https to S3 location

This commit is contained in:
Jonny Ervine 2023-11-16 20:52:20 +08:00
parent 2f7ee5c730
commit 59e5ca7193

View File

@ -332,7 +332,7 @@ configuration:
# name of the secret used by this backupStorageLocation. # name of the secret used by this backupStorageLocation.
name: minio-creds name: minio-creds
# name of key that contains the secret data to be used. # name of key that contains the secret data to be used.
key: minio key: minio-creds
# Additional provider-specific configuration. See link above # Additional provider-specific configuration. See link above
# for details of required/optional fields for your provider. # for details of required/optional fields for your provider.
config: config:
@ -363,7 +363,7 @@ configuration:
# name of the secret used by this volumeSnapshotLocation. # name of the secret used by this volumeSnapshotLocation.
name: minio-creds name: minio-creds
# name of key that contains the secret data to be used. # name of key that contains the secret data to be used.
key: minio key: minio-creds
# Additional provider-specific configuration. See link above # Additional provider-specific configuration. See link above
# for details of required/optional fields for your provider. # for details of required/optional fields for your provider.
config: config: