Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Supplied credentials being ignored #561

Open
brdly-smith opened this issue Jul 1, 2022 · 1 comment
Open

Supplied credentials being ignored #561

brdly-smith opened this issue Jul 1, 2022 · 1 comment

Comments

@brdly-smith
Copy link

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.

@ar90n
Copy link
Owner

ar90n commented Jul 5, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants