I hereby claim:
- I am jeskew on github.
- I am jeskew (https://keybase.io/jeskew) on keybase.
- I have a public key whose fingerprint is 46C7 102E F153 F6B3 514F C89B E15F F3C0 001A 6F26
To claim this, I am signing this object:
| <?php | |
| namespace Libraries\Abbreviations; | |
| class States | |
| { | |
| public static function getTitleCase() | |
| { | |
| $titleCaseHash = array(); |
| <?php | |
| use Aws\Sns\SnsClient; | |
| use Illuminate\Contracts\Broadcasting\Broadcaster; | |
| class SnsBroadcaster implements Broadcaster | |
| { | |
| /** @var SnsClient */ | |
| private $sns; | |
| /** @var array */ |
I hereby claim:
To claim this, I am signing this object:
| const s3 = new AWS.S3({region: 'us-west-2'}); | |
| s3.createPresignedPost({ | |
| Bucket: 'bucket', | |
| Fields: { | |
| key: 'user_files/${filename}', | |
| }, | |
| Conditions: [ | |
| ['starts-with', '$key', ''] | |
| ] |
This content has been migrated to https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/user-defined-data-types
Bicep 0.12 includes a preview of enhanced parameter type checking. You can enable the preview in your project's bicepconfig.json file:
{