Skip to content

Commit 9dc2923

Browse files
authored
Merge branch 'develop' into imported-magento-magento2-functional-testing-framework-842
2 parents 89849f7 + e847e7e commit 9dc2923

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/configuration.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,26 @@ Example:
408408
REMOTE_STORAGE_AWSS3_PREFIX=local
409409
```
410410

411+
### REMOTE_STORAGE_AWSS3_ACCESS_KEY
412+
413+
The optional access key for the S3 bucket.
414+
415+
Example:
416+
417+
```conf
418+
REMOTE_STORAGE_AWSS3_ACCESS_KEY=access-key
419+
```
420+
421+
### REMOTE_STORAGE_AWSS3_SECRET_KEY
422+
423+
The optional secret key for the S3 bucket.
424+
425+
Example:
426+
427+
```conf
428+
REMOTE_STORAGE_AWSS3_SECRET_KEY=secret-key
429+
```
430+
411431
### MAGENTO_ADMIN_WEBAPI_TOKEN_LIFETIME
412432

413433
The lifetime (in seconds) of Magento Admin WebAPI token; if token is older than this value a refresh attempt will be made just before the next WebAPI call.

0 commit comments

Comments
 (0)