Fix a typo in the config for the backfill location.
This commit is contained in:
parent
2e923c0441
commit
cf2ba9f0b6
1 changed files with 1 additions and 1 deletions
|
@ -154,4 +154,4 @@ class DefaultConfig(object):
|
|||
DISTRIBUTED_STORAGE_PREFERENCE = ['local_us']
|
||||
|
||||
# Remove me when all imagestorage objects have a location
|
||||
DS_BACKFILL_LOCATION= 'local_us'
|
||||
DS_BACKFILL_LOCATION = 'local_us'
|
||||
|
|
Reference in a new issue