@pulumi/aws 6.13.0 → 6.14.0-alpha.1701786444

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -76,8 +76,9 @@ The following configuration points are available:
76
76
  - `aws:secretKey` - (Optional) This is the AWS secret key. It can also be sourced from the
77
77
  `AWS_SECRET_ACCESS_KEY` environment variable, or via a shared credentials file if `aws:profile` is specified.
78
78
  - `aws:profile` - (Optional) This is the AWS profile name as set in the shared credentials file.
79
- - `aws:sharedCredentialsFile` - (Optional) This is the path to the shared credentials file. If this is not set and
80
- `aws:profile` is specified, `~/.aws/credentials` will be used.
79
+ - `aws:sharedCredentialsFiles` - (Optional) List of paths to the shared credentials file. If not set and a profile
80
+ is used, the default value is [~/.aws/credentials]. A single value can also be set with the
81
+ `AWS_SHARED_CREDENTIALS_FILE` environment variable.
81
82
  - `aws:token` - (Optional) Session token for validating temporary credentials. Typically provided after successful
82
83
  identity federation or Multi-Factor Authentication (MFA) login. With MFA login, this is the session token provided
83
84
  afterward, not the 6 digit MFA code used to get temporary credentials. It can also be sourced from the
@@ -99,11 +100,10 @@ The following configuration points are available:
99
100
  `tags`: Map of assume role session tags.
100
101
  - `aws:insecure` - (Optional) Explicitly allow the provider to perform "insecure" SSL requests. If omitted, the default value is `false`.
101
102
  - `aws:skipCredentialsValidation` - (Optional) Skip the credentials validation via the STS API. Useful for AWS API implementations that do not have STS available or implemented. Default value is `false`. Can be set via the environment variable `AWS_SKIP_CREDENTIALS_VALIDATION`.
102
- - `aws:skipGetEc2Platforms` - (Optional) Skip getting the supported EC2 platforms. Used by users that don't have ec2:DescribeAccountAttributes permissions. Default value is `true`.
103
103
  - `aws:skipRegionValidation` - (Optional) Skip validation of provided region name. Useful for AWS-like implementations that use their own region names or to bypass the validation for regions that aren't publicly available yet. Default value is `true`.
104
104
  - `aws:skipRequestionAccountId` - (Optional) Skip requesting the account ID. Useful for AWS API implementations that do not have the IAM, STS API, or metadata API. Default value is `false`. When specified, the use of ARNs is compromised as there is no accountID available to construct the ARN.
105
105
  - `aws:skipMetadataApiCheck` - (Optional) Skip the AWS Metadata API check. Useful for AWS API implementations that do not have a metadata API endpoint. This provider from authenticating via the Metadata API by default. You may need to use other authentication methods like static credentials, configuration variables, or environment variables. Default is `true`. Can be set via the environment variable `AWS_SKIP_METADATA_API_CHECK`.
106
- - `aws:s3ForcePathStyle` - (Optional) Set this to true to force the request to use path-style addressing, i.e., `http://s3.amazonaws.com/BUCKET/KEY`. By default, the S3 client will use virtual hosted bucket addressing, `http://BUCKET.s3.amazonaws.com/KEY`, when possible. Specific to the Amazon S3 service. Default is `false`.
106
+ - `aws:s3UsePathStyle` - (Optional) Set this to true to force the request to use path-style addressing, i.e., `http://s3.amazonaws.com/BUCKET/KEY`. By default, the S3 client will use virtual hosted bucket addressing, `http://BUCKET.s3.amazonaws.com/KEY`, when possible. Specific to the Amazon S3 service. Default is `false`.
107
107
 
108
108
  ### Authenticating pulumi-aws via EC2 Instance Metadata?
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "v6.13.0",
3
+ "version": "v6.14.0-alpha.1701786444+1d23be5e",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",