# File lib/aws/s3/bucket.rb, line 70 def enable_versioning client.set_bucket_versioning( :bucket_name => @name, :state => :enabled) nil end