cloudyr / aws.s3

Amazon Simple Storage Service (S3) API Client
https://cloud.r-project.org/package=aws.s3
381 stars 147 forks source link

S3 event is triggered before the actual file is fully available in S3. #406

Closed TirushV closed 2 years ago

TirushV commented 2 years ago

There is a lambda configured with S3 event trigger on object created* event. In the lambda code it makes HeadObject request but S3 api returns saying object not found. Can you explain us why this issue occured and what need to be done whether in Lambda or S3?] Hoping for a best solution. Thank you