Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mysticrenji/s3-lifecycle

Terraform project for implementing lifecycle policies for S3 Bucket
https://github.com/mysticrenji/s3-lifecycle

Last synced: about 6 hours ago
JSON representation

Terraform project for implementing lifecycle policies for S3 Bucket

Awesome Lists containing this project

README

        

# s3-lifecycle
Terraform project for implementing lifecycle policies for S3 Bucket

You need to have the AWS Credentials exported in the environment Shell Session
```
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export AWS_REGION=
```