Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/aws/aws-sdk-php/src/Arn/S3/
Upload File :
Current File : /home/users/unlimited/www/whatsapp-crm/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php

<?php
namespace Aws\Arn\S3;

use Aws\Arn\ArnInterface;

/**
 * @internal
 */
interface BucketArnInterface extends ArnInterface
{
    public function getBucketName();
}