Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111218996
PhutilAWSS3ManagementWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Apr 30, 05:55
Size
455 B
Mime Type
text/x-php
Expires
Fri, May 2, 05:55 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25887114
Attached To
rPHU libphutil
PhutilAWSS3ManagementWorkflow.php
View Options
<?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
Log In to Comment