OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
zzXpress
/
vendor
/
aws
/
aws-sdk-php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/13/2024 01:47:42 PM
rwxr-xr-x
📁
.changes
-
11/13/2024 01:55:02 PM
rwxr-xr-x
📁
.git
-
11/13/2024 02:10:54 PM
rwxr-xr-x
📄
.gitattributes
767 bytes
01/07/2025 11:32:01 AM
rw-r--r--
📁
.github
-
11/13/2024 01:58:28 PM
rwxr-xr-x
📄
.gitignore
432 bytes
01/07/2025 11:32:01 AM
rw-r--r--
📄
CHANGELOG.md
1.38 MB
01/07/2025 11:32:01 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
313 bytes
01/07/2025 11:32:01 AM
rw-r--r--
📄
CONTRIBUTING.md
7.61 KB
01/07/2025 11:32:01 AM
rw-r--r--
📄
CRT_INSTRUCTIONS.md
293 bytes
01/07/2025 11:32:01 AM
rw-r--r--
📄
LICENSE
9.12 KB
01/07/2025 11:32:01 AM
rw-r--r--
📄
Makefile
6.44 KB
01/07/2025 11:32:01 AM
rw-r--r--
📄
NOTICE
655 bytes
01/07/2025 11:32:01 AM
rw-r--r--
📄
README.md
12.02 KB
01/07/2025 11:32:01 AM
rw-r--r--
📄
THIRD-PARTY-LICENSES
4 KB
01/07/2025 11:32:01 AM
rw-r--r--
📄
UPGRADING.md
14.27 KB
01/07/2025 11:32:01 AM
rw-r--r--
📄
behat.yml
1.77 KB
01/07/2025 11:32:01 AM
rw-r--r--
📁
build
-
05/19/2025 10:07:24 AM
rwxr-xr-x
📄
codecov.yml
119 bytes
01/07/2025 11:32:01 AM
rw-r--r--
📄
compatibility-test.php
6.17 KB
05/19/2025 10:07:24 AM
rw-r--r--
📄
composer.json
2.44 KB
01/07/2025 11:32:01 AM
rw-r--r--
📁
features
-
11/13/2024 02:26:59 PM
rwxr-xr-x
📄
phpstan.neon
1.49 KB
01/07/2025 11:32:01 AM
rw-r--r--
📄
phpunit.xml.dist
863 bytes
01/07/2025 11:32:01 AM
rw-r--r--
📁
src
-
05/19/2025 10:07:23 AM
rwxr-xr-x
📁
tests
-
05/19/2025 10:07:24 AM
rwxr-xr-x
Editing: phpstan.neon
Close
parameters: level: 0 parallel: processTimeout: 300.0 excludes_analyse: # Guzzle V5 classes & interfaces changed in V6 - %rootDir%/../../../src/Handler/GuzzleV5/* - %rootDir%/../../../src/Crypto/Polyfill/* - src/data/* ignoreErrors: # Intentional - '#Aws\\Api\\Parser\\Crc32ValidatingParser::__construct\(\) does not call parent constructor from Aws\\Api\\Parser\\AbstractParser\.#' - '#Aws\\S3\\(RetryableMalformedResponse|GetBucketLocation|AmbiguousSuccess)Parser::__construct\(\) does not call parent constructor from Aws\\Api\\Parser\\AbstractParser\.#' - '#Unsafe usage of new static\(\)\.#' # HashContext definition sometimes not found by static analysis - '#Property Aws\\PhpHash::\$context has unknown class HashContext as its type\.#' - '#Property Aws\\Api\\Parser\\DecodingEventStreamIterator::\$hashContext has unknown class HashContext as its type\.#' - '#Return typehint of method Aws\\PhpHash::getContext\(\) has invalid type HashContext\.#' # Guzzle V5 classes & interfaces changed in V6 - '#Call to an undefined static method GuzzleHttp\\Client::getDefaultUserAgent\(\)\.#' # There is a check for availability of constant that phpstan does not detect. https://github.com/phpstan/phpstan/issues/2971 - '#Access to undefined constant GuzzleHttp\\ClientInterface::MAJOR_VERSION#' - '#Access to undefined constant GuzzleHttp\\ClientInterface::VERSION\.#' reportUnmatchedIgnoredErrors: false