We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
S3RVER
The text was updated successfully, but these errors were encountered:
Hi @brdly-smith These parameters are used to send a signed request. So please use S3RVER to request a local S3 server.
Sorry, something went wrong.
No branches or pull requests
The documentation says that the access keys can be overridden like this:
But no matter what, the server uses the default
S3RVER
values.The text was updated successfully, but these errors were encountered: