You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+20
Original file line number
Diff line number
Diff line change
@@ -408,6 +408,26 @@ Example:
408
408
REMOTE_STORAGE_AWSS3_PREFIX=local
409
409
```
410
410
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
+
411
431
### MAGENTO_ADMIN_WEBAPI_TOKEN_LIFETIME
412
432
413
433
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