Page MenuHomec4science

PhutilAWSS3ManagementWorkflow.php
No OneTemporary

File Metadata

Created
Sun, May 5, 19:45

PhutilAWSS3ManagementWorkflow.php

<?php
abstract class PhutilAWSS3ManagementWorkflow
extends PhutilAWSManagementWorkflow {
protected function getAWSS3BucketArguments() {
return array(
array(
'name' => 'bucket',
'param' => 'bucket',
'help' => pht('Name of the S3 bucket to access.'),
),
array(
'name' => 'endpoint',
'param' => 'endpoint',
'help' => pht('Name of the AWS region to access.'),
),
);
}
}

Event Timeline