tnc-ca-geo / animl-ingest

Lambda function for processing camera trap images
Other
0 stars 1 forks source link

When puting unzipped images in S3, include original file path & name in Key #53

Closed nathanielrindlaub closed 1 year ago

nathanielrindlaub commented 1 year ago

From convo on Auto Queue PR: https://github.com/tnc-ca-geo/animl-ingest/pull/45#discussion_r1172087878

nathanielrindlaub commented 1 year ago

Important for errors CSV too. See #42

ingalls commented 1 year ago

The new Zip library that we use now includes the full path in the entry object. I've simply replaced the / directory with a - so the full name is retained. The hashed methodology is now removed.

Via: https://github.com/tnc-ca-geo/animl-ingest/pull/57