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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
|`S3_SKIP_SIGNATURE_VALIDATION`|`0`\|`1` (default) | Used to toggle validation of S3 pre-signed URL request signature. Set to `0` to validate. Note that validation can only pass if the `AWS_SECRET_ACCESS_KEY` is set to `test` or if using credentials returned from `STS.AssumeRole`|
300
300
|`S3_SKIP_KMS_KEY_VALIDATION`|`0`\|`1` (default) | Used to toggle validation of provided KMS key in S3 operations. |
301
301
302
-
### StepFunctions
303
-
304
-
| Variable | Example Values | Description |
305
-
| - | - | - |
306
-
|`PROVIDER_OVERRIDE_STEPFUNCTIONS`|`legacy`\|`v2` (default) | The new LocalStack-native StepFunctions provider (v2) is active by default since LocalStack 3.0. |
307
-
|`STEPFUNCTIONS_LAMBDA_ENDPOINT`|`default`|**Deprecated since 3.0.0** This is only supported for the `legacy` provider. URL to use as the Lambda service endpoint in Step Functions. By default this is the LocalStack Lambda endpoint. Use default to select the original AWS Lambda endpoint. <br> **Removed in new provider.**|
308
-
309
302
### SQS
310
303
311
304
| Variable | Example Values | Description |
@@ -431,6 +424,8 @@ These configurations have already been removed and **won't have any effect** on
431
424
432
425
| Variable | Removed in | Example Values | Description |
433
426
| - | - | - | - |
427
+
|`PROVIDER_OVERRIDE_STEPFUNCTIONS`| 4.0.0 |`v2` (default) \|`legacy`| The new LocalStack-native StepFunctions provider (v2) is active by default since LocalStack 3.0. |
428
+
|`STEPFUNCTIONS_LAMBDA_ENDPOINT`| 4.0.0 |`default`| This is only supported for the `legacy` provider. URL to use as the Lambda service endpoint in Step Functions. By default this is the LocalStack Lambda endpoint. Use default to select the original AWS Lambda endpoint. |
434
429
| `S3_DIR` | 4.0.0 | `/path/to/root` | This was only supported for the `legacy_v2` provider. Configure a global parent directory that contains all buckets as sub-directories (`S3_DIR=/path/to/root`) or an individual directory that will get mounted as special bucket names (`S3_DIR=/path/to/root/bucket1:bucket1`). Only available for Localstack Pro.
435
430
|`<SERVICE>_BACKEND`| 3.0.0 |`http://localhost:7577`| Custom endpoint URL to use for a specific service, where `<SERVICE>` is the uppercase service name. |
436
431
|`<SERVICE>_PORT_EXTERNAL`| 3.0.0 |`4567`| Port number to expose a specific service externally . `SQS_PORT_EXTERNAL`, e.g. , is used when returning queue URLs from the SQS service to the client. |
0 commit comments