/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Arn
/
S3
/
Upload File
HOME
<?php namespace Aws\Arn\S3; use Aws\Arn\ArnInterface; /** * @internal */ interface BucketArnInterface extends ArnInterface { public function getBucketName(); }