mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-20 06:58:00 +00:00
S3/Minio storage controller Support
This commit is contained in:
38
storage-controllers/s3/Aws/Efs/EfsClient.php
Normal file
38
storage-controllers/s3/Aws/Efs/EfsClient.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
namespace Aws\Efs;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with **Amazon EFS**.
|
||||
*
|
||||
* @method \Aws\Result createFileSystem(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createFileSystemAsync(array $args = [])
|
||||
* @method \Aws\Result createMountTarget(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createMountTargetAsync(array $args = [])
|
||||
* @method \Aws\Result createTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
|
||||
* @method \Aws\Result deleteFileSystem(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteFileSystemAsync(array $args = [])
|
||||
* @method \Aws\Result deleteMountTarget(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteMountTargetAsync(array $args = [])
|
||||
* @method \Aws\Result deleteTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
|
||||
* @method \Aws\Result describeFileSystems(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeFileSystemsAsync(array $args = [])
|
||||
* @method \Aws\Result describeLifecycleConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeLifecycleConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result describeMountTargetSecurityGroups(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeMountTargetSecurityGroupsAsync(array $args = [])
|
||||
* @method \Aws\Result describeMountTargets(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeMountTargetsAsync(array $args = [])
|
||||
* @method \Aws\Result describeTags(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
|
||||
* @method \Aws\Result modifyMountTargetSecurityGroups(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise modifyMountTargetSecurityGroupsAsync(array $args = [])
|
||||
* @method \Aws\Result putLifecycleConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putLifecycleConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result updateFileSystem(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateFileSystemAsync(array $args = [])
|
||||
*/
|
||||
class EfsClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user