made the presigned url middleware
This commit is contained in:
@@ -5,6 +5,14 @@ provider:
|
||||
runtime: nodejs20.x
|
||||
region: ap-south-1
|
||||
versionFunctions: false
|
||||
iamRoleStatements:
|
||||
- Effect: Allow
|
||||
Action:
|
||||
- s3:GetObject
|
||||
- s3:ListBucket
|
||||
Resource:
|
||||
- arn:aws:s3:::minglar-dev-bucket
|
||||
- arn:aws:s3:::minglar-dev-bucket/*
|
||||
|
||||
apiGateway:
|
||||
binaryMediaTypes:
|
||||
|
||||
Reference in New Issue
Block a user