Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96078155
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
Sun, Dec 22, 09:40
Size
455 B
Mime Type
text/x-php
Expires
Tue, Dec 24, 09:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23113702
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