mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
update to new localstack image
This commit is contained in:
parent
8c191859b2
commit
df186df3c3
3 changed files with 8 additions and 8 deletions
|
|
@ -7,7 +7,7 @@
|
|||
'key' => 'dummy',
|
||||
'secret' => 'dummyj',
|
||||
'hostname' => 's3',
|
||||
'port' => 4569,
|
||||
'port' => 4566,
|
||||
'use_ssl' => false,
|
||||
'use_path_style'=>true
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue