You are here

private property S3fsCorsSignatureTrait::$cache in S3 File System CORS Upload 7

@var array Cache of previously signed values

File

./s3fs_cors.post_object_v4.class.inc, line 202
The code of classes was taken from the AWS SDK v3.180.3 and a bit modified. Next classes are used here:

Class

S3fsCorsSignatureTrait
Provides signature calculation for SignatureV4.

Code

private $cache = [];