Aws Provider
The provider type for the aws package. By default, resources use package-wide configuration settings, however an explicit Provider
instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.
Properties
Link copied to clipboard
Specifies whether S3 API calls in the us-east-1
region use the legacy global endpoint or a regional endpoint. Valid values are legacy
or regional
. Can also be configured using the AWS_S3_US_EAST_1_REGIONAL_ENDPOINT
environment variable or the s3_us_east_1_regional_endpoint
shared config file parameter