mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-19 14:38:00 +00:00
S3/Minio storage controller Support
This commit is contained in:
11
storage-controllers/s3/Aws/QLDBSession/QLDBSessionClient.php
Normal file
11
storage-controllers/s3/Aws/QLDBSession/QLDBSessionClient.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Aws\QLDBSession;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon QLDB Session** service.
|
||||
* @method \Aws\Result sendCommand(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise sendCommandAsync(array $args = [])
|
||||
*/
|
||||
class QLDBSessionClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user