32
loading...
This website collects cookies to deliver better user experience
WriteGetObjectResponse
, in order to provide the response to downstream application(s). Note this is not in the s3 namespace but s3-object-lambda:{
"Action": "s3-object-lambda:WriteGetObjectResponse",
"Resource": "*",
"Effect": "Allow",
"Sid": "WriteS3GetObjectResponse"
}
aws s3control create-access-point --account-id 012345678912 --name anonymized-access --bucket my-bucket-with-cid
aws s3control create-access-point-for-object-lambda --account-id 012345678912 --name anonymize-lambda-accesspoint --configuration file://anonymize-lambda-accesspoint.json
aws s3api get-object --bucket arn:aws:s3-object-lambda:eu-central-1:012345678912:accesspoint/anonymize-lambda-accesspoint --key patients.csv ./anonymized.csv
32