Skip to content

Commit

Permalink
Merge pull request #830 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
maria-hambardzumian authored Nov 19, 2024
2 parents 9c5e6c8 + d678ead commit d0fda00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation-steps-advanced/FileStorageOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ To configure storage using Amazon S3, ReportPortal uses the following environmen
```bash
RP_FEATURE_FLAGS: singleBucket # Enable single-bucket storage (recommended)
DATASTORE_TYPE: s3
DATASTORE_REGION: us-east-1 # Region of the bucket (also referred to as `us-standard`)
DATASTORE_REGION: us-standard # Region of the bucket (JCloud ref. to `us-east-1`)
DATASTORE_ACCESSKEY: <access_key>
DATASTORE_SECRETKEY: <secret_key>
DATASTORE_DEFAULTBUCKETNAME: my-bucket # Name of the bucket
Expand Down

0 comments on commit d0fda00

Please sign in to comment.