Skip to content

Commit c916401

Browse files
authored
Merge pull request #15 from magento-commerce/pr-809
[Public PR 809]
2 parents 7dbf22b + 06432dd commit c916401

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

docs/configuration.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,46 @@ When pause is enabled, MFTF will generate pause() command in _failed() hook so t
368368
ENABLE_PAUSE=true
369369
```
370370

371+
### REMOTE_STORAGE_AWSS3_DRIVER
372+
373+
The remote storage driver. To enable AWS S3, use `aws-s3`.
374+
375+
Example:
376+
377+
```conf
378+
REMOTE_STORAGE_AWSS3_DRIVER=aws-s3
379+
```
380+
381+
### REMOTE_STORAGE_AWSS3_REGION
382+
383+
The region of S3 bucket.
384+
385+
Example:
386+
387+
```conf
388+
REMOTE_STORAGE_AWSS3_REGION=us-west-2
389+
```
390+
391+
### REMOTE_STORAGE_AWSS3_BUCKET
392+
393+
The name of S3 bucket.
394+
395+
Example:
396+
397+
```conf
398+
REMOTE_STORAGE_AWSS3_BUCKET=my-test-bucket
399+
```
400+
401+
### REMOTE_STORAGE_AWSS3_PREFIX
402+
403+
The optional prefix inside S3 bucket.
404+
405+
Example:
406+
407+
```conf
408+
REMOTE_STORAGE_AWSS3_PREFIX=local
409+
```
410+
371411
<!-- Link definitions -->
372412

373413
[`MAGENTO_CLI_COMMAND_PATH`]: #magento_cli_command_path

0 commit comments

Comments
 (0)