Method: Awspec::Helper::Finder::S3#find_bucket_lifecycle_configuration
- Defined in:
- lib/awspec/helper/finder/s3.rb
#find_bucket_lifecycle_configuration(id) ⇒ Object
62 63 64 65 66 |
# File 'lib/awspec/helper/finder/s3.rb', line 62 def find_bucket_lifecycle_configuration(id) s3_client.get_bucket_lifecycle_configuration(bucket: id) rescue Aws::S3::Errors::ServiceError nil end |