Class: AwsS3Bucket::Backend::AwsClientApi
Instance Attribute Summary
#aws_transport
Instance Method Summary
collapse
#aws_service_client, #initialize
Constructor Details
This class inherits a constructor from AwsBackendBase
Instance Method Details
#get_bucket_acl(query) ⇒ Object
119
120
121
|
# File 'lib/resources/aws/aws_s3_bucket.rb', line 119
def get_bucket_acl(query)
aws_service_client.get_bucket_acl(query)
end
|
#get_bucket_encryption(query) ⇒ Object
135
136
137
|
# File 'lib/resources/aws/aws_s3_bucket.rb', line 135
def get_bucket_encryption(query)
aws_service_client.get_bucket_encryption(query)
end
|
#get_bucket_location(query) ⇒ Object
123
124
125
|
# File 'lib/resources/aws/aws_s3_bucket.rb', line 123
def get_bucket_location(query)
aws_service_client.get_bucket_location(query)
end
|
#get_bucket_logging(query) ⇒ Object
131
132
133
|
# File 'lib/resources/aws/aws_s3_bucket.rb', line 131
def get_bucket_logging(query)
aws_service_client.get_bucket_logging(query)
end
|
#get_bucket_policy(query) ⇒ Object
127
128
129
|
# File 'lib/resources/aws/aws_s3_bucket.rb', line 127
def get_bucket_policy(query)
aws_service_client.get_bucket_policy(query)
end
|