You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently authenticated-read is used by default when a PUT/POST request is made using the S3 proxy, this is insecure as anyone with an AWS account can read the resulting file. Defualt should be private or not setting the header by default.
Currently
authenticated-read
is used by default when a PUT/POST request is made using the S3 proxy, this is insecure as anyone with an AWS account can read the resulting file. Defualt should beprivate
or not setting the header by default.serverless-apigateway-service-proxy/lib/package/s3/compileMethodsToS3.js
Line 94 in 1ed7b85
related to #124
The text was updated successfully, but these errors were encountered: