Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mysticrenji/s3-lifecycle
- Owner: mysticrenji
- License: apache-2.0
- Created: 2022-06-22T16:26:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T16:57:58.000Z (over 2 years ago)
- Last Synced: 2023-03-04T23:48:27.399Z (over 1 year ago)
- Language: HCL
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# s3-lifecycle
Terraform project for implementing lifecycle policies for S3 BucketYou 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=
```