PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
Transferito: WP Migration
/
trunk
Transferito: WP Migration
vtrunk
Switch version
trunk
11.4.0
12.0.0
13.1.0
14.0.0
14.0.11
14.0.7
14.1.0
14.1.1
14.1.2
14.1.3
14.1.4
Overview
Code
Analysis
transferito
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Identity
/
S3
/
S3ExpressIdentity.php
transferito
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Identity
/
S3
Last commit date
S3ExpressIdentity.php
11 months ago
S3ExpressIdentityProvider.php
11 months ago
S3ExpressIdentity.php
7 lines
1
<
?
php
2
namespace
Aws
\
Identity
\
S3
;
3
4
use
Aws
\
Credentials
\
Credentials
;
5
6
class
S3ExpressIdentity
extends
Credentials
{
}
7