DevOps 2 Answers . 1 Upvoted
DevOps 1 Answers . 1 Upvoted
DevOps 1 Answers . 0 Upvoted
DevOps 1 Answers . 1 Upvoted
DevOps 1 Answers . 0 Upvoted
DevOps1 Answers . 0 Upvoted
DevOps1 Answers . 1 Upvoted
DevOps2 Answers . 1 Upvoted
DevOps1 Answers . 1 Upvoted
DevOps1 Answers . 0 Upvoted
DevOps0 Answers . 0 Upvoted
I was trying to configure lifecycle rule for logs in my bucket per the assignment below. I uploaded the logs to a "logs" folder created at the root level of the bucket
https://devopsrealtime.com/deploy-html-based-static-web-application-on-aws-ec2/#comment-23
If i want to specify a prefix to filter for only the log files instead of using the option of selecting all objects for the transition rule, what will the prefix be.
logs/ OR logs/* OR logs
PR Reddy Best Answer 2 years ago
S3 allows you to organize the data in folder structure using prefix and '/' as delimiter. If you would like to include all the objects under the logs folder while configuring the life cycle rules then the recommended prefix is "logs/".