Overview
- Exported ZIP files are uploaded under the following prefixes:
- exports/projects/
Recommended lifecycle policy - Configure an S3 Lifecycle rule to automatically expire these exported objects after a short retention period.
Example rule (S3 console) - Create rule: "Expire PhotoTager exports" - Filter by prefix: exports/ - Actions: - Expiration: Expire current object versions after 3 days (choose a retention appropriate for your users). - Versioning: If your bucket uses versioning, you can also add expiration for previous versions.
Notes - Buckets remain private; presigned URLs grant temporary access and expire automatically. - If you need different retention per project/batch later, you can tag objects at upload and target lifecycle rules by tag instead of prefix.