1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

update to new localstack image

This commit is contained in:
Robin Appelman 2021-04-08 16:20:27 +02:00
commit df186df3c3
3 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@
'key' => 'dummy',
'secret' => 'dummyj',
'hostname' => 's3',
'port' => 4569,
'port' => 4566,
'use_ssl' => false,
'use_path_style'=>true
],

View file

@ -1,6 +1,6 @@
[default]
access_key = DUMMY
secret_key = DUMMY
host_base = http://s3:4569/
host_bucket = http://s3:4569/%(bucket)
no_ssl = True
host_base = http://s3:4566/
host_bucket = http://s3:4566/%(bucket)
check_ssl_certificate = False