Class: AwsS3BucketObject::Backend::AwsClientApi
- Inherits:
-
AwsBackendBase
- Object
- AwsBackendBase
- AwsS3BucketObject::Backend::AwsClientApi
- Defined in:
- lib/resources/aws/aws_s3_bucket_object.rb
Instance Attribute Summary
Attributes inherited from AwsBackendBase
Instance Method Summary collapse
-
#get_object(query) ⇒ Object
Used to detect if object exists.
- #get_object_acl(query) ⇒ Object
Methods inherited from AwsBackendBase
#aws_service_client, #initialize
Constructor Details
This class inherits a constructor from AwsBackendBase
Instance Method Details
#get_object(query) ⇒ Object
Used to detect if object exists
73 74 75 |
# File 'lib/resources/aws/aws_s3_bucket_object.rb', line 73 def get_object(query) aws_service_client.get_object(query) end |
#get_object_acl(query) ⇒ Object
77 78 79 |
# File 'lib/resources/aws/aws_s3_bucket_object.rb', line 77 def get_object_acl(query) aws_service_client.get_object_acl(query) end |