serverless-s3-local icon indicating copy to clipboard operation
serverless-s3-local copied to clipboard

Supplied credentials being ignored

Open brdly-smith opened this issue 3 years ago • 1 comments

The documentation says that the access keys can be overridden like this:

custom:
  serverless-offline:
    host: 0.0.0.0
    httpPort: 6000
    lambdaPort: 4321
  s3:
    address: 0.0.0.0
    port: 4569
    directory: /tmp
    accessKeyId: access
    secretAccessKey: test

But no matter what, the server uses the default S3RVER values.

brdly-smith avatar Jul 01 '22 01:07 brdly-smith

Hi @brdly-smith These parameters are used to send a signed request. So please use S3RVER to request a local S3 server.

ar90n avatar Jul 05 '22 07:07 ar90n