Skip to content

Commit

Permalink
fix(event): listen to event that triggers when upload big files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfloriani committed Jul 20, 2020
1 parent 0e03efb commit d9d296d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ functions:
rules:
- prefix: originals/
existing: true
- s3:
bucket: ${env:INPUT_BUCKET}
event: s3:ObjectCreated:CompleteMultipartUpload
rules:
- prefix: originals/
existing: true

0 comments on commit d9d296d

Please sign in to comment.