diff --git a/resources/antelink/s3-injecter.ini b/resources/antelink/s3-injecter.ini --- a/resources/antelink/s3-injecter.ini +++ b/resources/antelink/s3-injecter.ini @@ -1,4 +1,4 @@ [main] -storage_args = http://localhost:5000/ +storage_args = http://localhost:5002/ storage_class = remote_storage s3_folder = /home/storage/antelink/s3/ diff --git a/resources/antelink/sesi.ini b/resources/antelink/sesi.ini --- a/resources/antelink/sesi.ini +++ b/resources/antelink/sesi.ini @@ -1,3 +1,3 @@ [main] -storage_args = http://localhost:5000/ +storage_args = http://localhost:5002/ storage_class = remote_storage diff --git a/swh/loader/antelink/s3injecter.py b/swh/loader/antelink/s3injecter.py --- a/swh/loader/antelink/s3injecter.py +++ b/swh/loader/antelink/s3injecter.py @@ -19,7 +19,7 @@ """ DEFAULT_CONFIG = { 'storage_class': ('str', 'remote_storage'), - 'storage_args': ('list[str]', ['http://localhost:5000/']), + 'storage_args': ('list[str]', ['http://localhost:5002/']), 's3_folder': ('string', '/srv/storage/space/antelink/s3'), } diff --git a/swh/loader/antelink/sesiinjecter.py b/swh/loader/antelink/sesiinjecter.py --- a/swh/loader/antelink/sesiinjecter.py +++ b/swh/loader/antelink/sesiinjecter.py @@ -19,7 +19,7 @@ """ DEFAULT_CONFIG = { 'storage_class': ('str', 'remote_storage'), - 'storage_args': ('list[str]', ['http://localhost:5000/']), + 'storage_args': ('list[str]', ['http://localhost:5002/']), } def __init__(self, config):