Koki Nakashima
Results
2
comments of
Koki Nakashima
Hi, Meta alive?
In my environment, I added forcePathStyle and it succeeded π ```diff if(process.env.IS_OFFLINE) { awsParams = { credentials: { accessKeyId: 'S3RVER', secretAccessKey: 'S3RVER', }, + forcePathStyle: true, endpoint: 'http://localhost:4569', } }...