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
116
117
118
|
# File 'lib/resources/aws/aws_s3_bucket.rb', line 116
def get_bucket_acl(query)
aws_service_client.get_bucket_acl(query)
end
|
#get_bucket_encryption(query) ⇒ Object
132
133
134
|
# File 'lib/resources/aws/aws_s3_bucket.rb', line 132
def get_bucket_encryption(query)
aws_service_client.get_bucket_encryption(query)
end
|
#get_bucket_location(query) ⇒ Object
120
121
122
|
# File 'lib/resources/aws/aws_s3_bucket.rb', line 120
def get_bucket_location(query)
aws_service_client.get_bucket_location(query)
end
|
#get_bucket_logging(query) ⇒ Object
128
129
130
|
# File 'lib/resources/aws/aws_s3_bucket.rb', line 128
def get_bucket_logging(query)
aws_service_client.get_bucket_logging(query)
end
|
#get_bucket_policy(query) ⇒ Object
124
125
126
|
# File 'lib/resources/aws/aws_s3_bucket.rb', line 124
def get_bucket_policy(query)
aws_service_client.get_bucket_policy(query)
end
|