Temporary storage¶
Sometimes you need temporary storage in s3 for your deployments, for example the lambda zip that are being created by the
AWS SAM CLI.
Therefore we have added a s3 life cycle policy to the attini-artifact-store-${Region}-${AccountId}
bucket with the prefix attini/tmp/
.
All objects with that prefix will get a S3 delete marker after 30 days, and they will be permanently deleted after 60 days.
Example
The object attini-artifact-store-eu-west-1-111111111111/attini/tmp/my-temp-file.zip
will be permanently deleted after 60 days.