OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
knoblyExpressLandingPage
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Arn
/
S3
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/21/2024 10:04:55 AM
rwxr-xr-x
📄
AccessPointArn.php
709 bytes
08/21/2024 10:04:55 AM
rw-r--r--
📄
BucketArnInterface.php
180 bytes
08/21/2024 10:04:55 AM
rw-r--r--
📄
MultiRegionAccessPointArn.php
733 bytes
08/21/2024 10:04:55 AM
rw-r--r--
📄
OutpostsAccessPointArn.php
3.73 KB
08/21/2024 10:04:55 AM
rw-r--r--
📄
OutpostsArnInterface.php
181 bytes
08/21/2024 10:04:55 AM
rw-r--r--
📄
OutpostsBucketArn.php
2.87 KB
08/21/2024 10:04:55 AM
rw-r--r--
Editing: OutpostsArnInterface.php
Close
<?php namespace Aws\Arn\S3; use Aws\Arn\ArnInterface; /** * @internal */ interface OutpostsArnInterface extends ArnInterface { public function getOutpostId(); }