aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKelley Spoon <kelley.spoon@linaro.org>2021-12-13 09:22:33 -0600
committerKelley Spoon <kelley.spoon@linaro.org>2021-12-18 07:02:37 +0000
commitab87bf1177aa203be1b3d8ca0ad0ddc515418c0f (patch)
tree083debb542f42fd91ba815dd65b4735572ae8f2c /.gitignore
parentc8a9999bf69d3dc00194e448c4273bf8033648c8 (diff)
llp: add s3 lambda to tag files for expiry
This change adds in a lambda function and the terraform to upload and enable it that will check if an uploaded (created) file is in a protected path. If not, the S3 object will be tagged for eventual deletion via a lifecycle rule when it's lifespan expires. Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org> Change-Id: I34ade1f38311a269c479d6373495a789de96ab15 Reviewed-on: https://review.linaro.org/c/infrastructure/linaro-license-protection/+/40186
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6a6ebd0..6908226 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ download_report*.csv
secrets.py
allowed_hosts.txt
local_settings.py
+*lambda.zip