summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php b/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php
new file mode 100644
index 0000000..1be0586
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php
@@ -0,0 +1,12 @@
+<?php
+namespace Aws\Arn\S3;
+
+use Aws\Arn\ArnInterface;
+
+/**
+ * @internal
+ */
+interface BucketArnInterface extends ArnInterface
+{
+ public function getBucketName();
+}