Skip to content

Commit ac8d40e

Browse files
authored
Add access/secret key config parameters
1 parent d035097 commit ac8d40e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/configuration.md

+20
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)