mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-16 11:18:33 +00:00
Fix Storage Key in response (#13273)
This commit is contained in:
parent
10d174e01b
commit
386b7e9405
@ -376,7 +376,7 @@ class S3Source(StorageServiceSource):
|
||||
bucket_name=bucket_name,
|
||||
verbose=False,
|
||||
)
|
||||
content = json.load(response_object["Body"])
|
||||
content = json.loads(response_object)
|
||||
metadata_config = StorageContainerConfig.parse_obj(content)
|
||||
return metadata_config
|
||||
except ReadException:
|
||||
|
Loading…
x
Reference in New Issue
Block a user