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
76 77 78 |
# File 'lib/resources/aws/aws_s3_bucket_object.rb', line 76 def get_object(query) aws_service_client.get_object(query) end |
#get_object_acl(query) ⇒ Object
80 81 82 |
# File 'lib/resources/aws/aws_s3_bucket_object.rb', line 80 def get_object_acl(query) aws_service_client.get_object_acl(query) end |