-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allowed Bucket Name Patterns #1
Comments
I ran into this too. Needed to remove the |
Thanks for the comment. I incorporated support for periods into the template and this should get pushed out in the next update. |
Would you test out this template, and verify that the new constraint works for your buckets? |
Just tested, and there were no problems specifying a bucket that had periods in it. |
Template updated. Closing ticket. |
The allowed pattern does not allow periods to exist in bucket names - even though periods are valid in S3 bucket creation. Perhaps this could be changed to
[a-zA-Z][a-zA-Z0-9-.]*
to allow periods.https://github.com/awslabs/serverless-image-handler/blob/master/deployment/serverless-image-handler.template#L12
The text was updated successfully, but these errors were encountered: