mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
Minor change in backup function (#9370)
* Minor change in backup function * Minor change in backup function
This commit is contained in:
parent
f9e48f0ca0
commit
e1d347c714
@ -190,7 +190,7 @@ def run_backup(
|
||||
)
|
||||
|
||||
if upload:
|
||||
if upload_destination_type.title() == UploadDestinationType.AWS.value:
|
||||
if upload_destination_type == UploadDestinationType.AWS.value:
|
||||
endpoint, bucket, key = upload
|
||||
upload_backup_aws(endpoint, bucket, key, out)
|
||||
elif upload_destination_type.title() == UploadDestinationType.AZURE.value:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user