-
- Notifications
You must be signed in to change notification settings - Fork 671
Added Manifest file for AWS SDK Bundle #120
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request does not pass validation.
region: us-east-1 | ||
credentials: | ||
key: not-a-real-key | ||
secret: "@@not-a-real-secret" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
key
and secret
should probably be env vars instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really helpful. Thanks
@@ -0,0 +1,10 @@ | |||
# Basic configuration for AWS SDK | |||
# Please visit http://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/configuration.html | |||
# for more information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the comment, can you get some inspiration from existing comments in for other packages (just that they are all consistent?).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks you. I think I should simply remove it, like the other packages for consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request does not pass validation.
Thanks @fabpot for your comments. I fixed all of them like your suggestions, but still waiting for approval from the gents at AWS. We could come back to this PR later. |
"config/": "%CONFIG_DIR%/" | ||
}, | ||
"env": { | ||
"AWS_CREDENTIAL_KEY": "not-a-real-key", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we use just AWS_KEY
and AWS_SECRET
or are those names recommended by AWS? Shorter is better IMHO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request does not pass validation.
Blocked by aws/aws-sdk-php-symfony#30 |
Hi @fabpot and team. Please re-execute the checking, thanks so much |
@symfony-flex-server review please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request does not pass validation.
@symfony-flex-server review please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request passes validation.
Manifest for AWS SDK. This one closes for an issue: symfony/flex#193