REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 1.16 KB
Close
/home/godevadmin/www/admin/vendor/aws/Aws/Credentials/CredentialsInterface.php
Text
Base64
<?php namespace Aws\Credentials; /** * Provides access to the AWS credentials used for accessing AWS services: AWS * access key ID, secret access key, and security token. These credentials are * used to securely sign requests to AWS services. */ interface CredentialsInterface { /** * Returns the AWS access key ID for this credentials object. * * @return string */ public function getAccessKeyId(); /** * Returns the AWS secret access key for this credentials object. * * @return string */ public function getSecretKey(); /** * Get the associated security token if available * * @return string|null */ public function getSecurityToken(); /** * Get the UNIX timestamp in which the credentials will expire * * @return int|null */ public function getExpiration(); /** * Check if the credentials are expired * * @return bool */ public function isExpired(); /** * Converts the credentials to an associative array. * * @return array */ public function toArray(); }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
AssumeRoleCredentialProvider.php
1.95 KB
lrwxrwxr-x
2024-06-18 20:10:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AssumeRoleWithWebIdentityCredentialProvider.php
6.13 KB
lrwxrwxr-x
2024-06-18 20:10:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CredentialProvider.php
34.11 KB
lrwxrwxr-x
2024-06-18 20:10:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Credentials.php
2.76 KB
lrwxrwxr-x
2024-06-18 20:10:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CredentialsInterface.php
1.16 KB
lrwxrwxr-x
2024-06-18 20:10:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
EcsCredentialProvider.php
3.96 KB
lrwxrwxr-x
2024-06-18 20:10:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
InstanceProfileProvider.php
10.38 KB
lrwxrwxr-x
2024-06-18 20:10:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).