Skip to content

Commit 3e7d3ac

Browse files
MCLOUD-7387: Add MFTF documentation for AWS S3
1 parent aeb6aca commit 3e7d3ac

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

docs/configuration.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,66 @@ Global MFTF configuration for the default amount of time (in seconds) that a tes
359359
WAIT_TIMEOUT=30
360360
```
361361

362+
### REMOTE_STORAGE_AWSS3_DRIVER
363+
364+
The remote storage driver, to enable AWS S3 use `aws-s3`
365+
366+
Example:
367+
368+
```conf
369+
REMOTE_STORAGE_AWSS3_DRIVER=aws-s3
370+
```
371+
372+
### REMOTE_STORAGE_AWSS3_REGION
373+
374+
The region of S3 bucket.
375+
376+
Example:
377+
378+
```conf
379+
REMOTE_STORAGE_AWSS3_REGION=us-west-2
380+
```
381+
382+
### REMOTE_STORAGE_AWSS3_BUCKET
383+
384+
The name of S3 bucket.
385+
386+
Example:
387+
388+
```conf
389+
REMOTE_STORAGE_AWSS3_BUCKET=my-test-bucket
390+
```
391+
392+
### REMOTE_STORAGE_AWSS3_PREFIX
393+
394+
The optional prefix inside S3 bucket.
395+
396+
Example:
397+
398+
```conf
399+
REMOTE_STORAGE_AWSS3_PREFIX=local
400+
```
401+
402+
### REMOTE_STORAGE_AWSS3_ACCESS_KEY
403+
404+
The optional access key to access S3 bucket.
405+
406+
Example:
407+
408+
```conf
409+
REMOTE_STORAGE_AWSS3_ACCESS_KEY=MY_ACCESS_KEY
410+
```
411+
412+
### REMOTE_STORAGE_AWSS3_SECRET_KEY
413+
414+
The optional secret ket to access S3 bucket.
415+
416+
Example:
417+
418+
```conf
419+
REMOTE_STORAGE_AWSS3_SECRET_KEY=MY_SECRET_KEY
420+
```
421+
362422
<!-- Link definitions -->
363423

364424
[`MAGENTO_CLI_COMMAND_PATH`]: #magento_cli_command_path

0 commit comments

Comments
 (0)