EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit a19754e6 authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Fixing typo in backend

parent d628f09d
No related branches found
No related tags found
2 merge requests!36Staging to master to prepare 1.0.0 release,!32Registrar modularization
......@@ -71,7 +71,7 @@ class EOxServerBackend(Backend):
bucket, _ = source.get_bucket_and_key(path)
storage, created_storage = backends.Storage.objects.get_or_create(
name=source.name if source.bucket else f'{source.name}-{bucket}',
name=source.name if source.bucket_name else f'{source.name}-{bucket}',
url=bucket,
storage_type='S3',
storage_auth=storage_auth,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment