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
Is your feature request related to a problem? Please describe.
Users can provide values that are not AWS account Ids in the S3 source.
bucket_owners:
my-bucket: abc
Describe the solution you'd like
Validate AWS account Ids wherever they are supplied. They should be 12 digits.
Optionally, we can also trim out any spaces and hyphens (even from the middle) in case users provide them in the form of 1234-5678-9012. I've not seen this happen, but the AWS Console shows the account Id in that form.
The text was updated successfully, but these errors were encountered:
…the default_bucket_owner or the bucket_owners map. Implemented this by adding a new bean validation annotation @AwsAccountId in the aws-plugin-api. Resolvesopensearch-project#4398
Signed-off-by: David Venable <[email protected]>
…the default_bucket_owner or the bucket_owners map. Implemented this by adding a new bean validation annotation @AwsAccountId in the aws-plugin-api. Resolves#4398 (#4400)
Signed-off-by: David Venable <[email protected]>
Is your feature request related to a problem? Please describe.
Users can provide values that are not AWS account Ids in the S3 source.
Describe the solution you'd like
Validate AWS account Ids wherever they are supplied. They should be 12 digits.
Optionally, we can also trim out any spaces and hyphens (even from the middle) in case users provide them in the form of
1234-5678-9012
. I've not seen this happen, but the AWS Console shows the account Id in that form.The text was updated successfully, but these errors were encountered: