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