Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update s3deploy bucket handling#475

Merged
DeviaVir merged 1 commit intomotdotla:mastermotdotla/node-lambda:masterfrom
CyberCyclone:patch-1CyberCyclone/node-lambda:patch-1Copy head branch name to clipboard
Jan 29, 2019
Merged

Update s3deploy bucket handling#475
DeviaVir merged 1 commit intomotdotla:mastermotdotla/node-lambda:masterfrom
CyberCyclone:patch-1CyberCyclone/node-lambda:patch-1Copy head branch name to clipboard

Conversation

@CyberCyclone
Copy link
Contributor

S3 buckets cannot have uppercase chars, while Lambda functions can. The bucket name needs to adjusted to meet this restriction.

S3 buckets cannot have uppercase chars, while Lambda functions can. The bucket name needs to adjusted to meet this restriction.
@CyberCyclone
Copy link
Contributor Author

https://forums.aws.amazon.com/message.jspa?messageID=315883

Bucket name should conform with DNS requirements:

  • Should not contain uppercase characters
  • Should not contain underscores (_)
  • Should be between 3 and 63 characters long
  • Should not end with a dash
  • Cannot contain two, adjacent periods
  • Cannot contain dashes next to periods (e.g., "my-.bucket.com" and "my.-bucket" are invalid)

@DeviaVir DeviaVir merged commit 1204cf5 into motdotla:master Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.