serverless-s3-local
serverless-s3-local copied to clipboard
Supplied credentials being ignored
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.
Hi @brdly-smith
These parameters are used to send a signed request. So please use S3RVER to request a local S3 server.