Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants