question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Gamelift CreateBuild fails to validate valid s3 bucket names

See original GitHub issue

It appears that the regex validating s3 bucket names is different that the real requirements

client = boto3.client('gamelift',region_name=region) response = client.create_build( Name=buildName, Version=buildVersion, StorageLocation={ 'Bucket': s3Bucket, 'Key': s3Key, 'RoleArn': buildRoleARN }, OperatingSystem=OperatingSystem, Tags=[ { 'Key':'Budget', 'Value':'Development' }, ] )

An error occurred (InvalidRequestException) when calling the CreateBuild operation: 1 validation error detected: Value ‘devops.bucket’ at ‘storageLocation.bucket’ failed to satisfy constraint: Member must satisfy regular expression pattern: ^[^.]+$

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
swetashrecommented, Jan 27, 2020

@hailhydra - Thank you for providing me debug logs. This issue seems like a service issue. I have internally reached out to the service team about the issue. I will post here when i get any update.

0reactions
no-response[bot]commented, Feb 5, 2020

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don’t have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Avoid the "Unable to validate the following destination ... - AWS
When I try to set a dependency on the SNS topic policy from the S3 bucket in my template, I receive a circular...
Read more >
What are valid S3 bucket names? - Flexera CMP Docs
Amazon S3 has a global namespace. (i.e. No two S3 buckets can have the same name.) It's similar to how DNS works where...
Read more >
Package gamelift - ActiveGo 1.8.3 Documentation
Validate inspects the fields of the type to determine if they are valid. type CreateAliasOutput ¶. Represents the returned data in response to...
Read more >
Bucket name must match the regex [JMeter] - Stack Overflow
This is an AWS validation error for S3. Mind following this thread? ERROR: Bucket name must match the regex "^[a-zA-Z0-9.\-_]{1,255}$".
Read more >
Resource: aws_s3_bucket - hashicorp - Terraform Registry
S3 Bucket Accelerate can be configured in either the standalone resource ... resource "aws_s3_bucket" "b" { bucket = "my-tf-test-bucket" tags = { Name...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found