bennnjamin

Results 4 issues of bennnjamin

**Describe the bug** The S3 portion of the SDK does not work with FIPS compliant endpoints. From docs here: https://aws.amazon.com/compliance/fips/ > Note: These Endpoints can only be used with Virtual...

bug
s3
follow up

HI I'm interested in using this in a project and wanted to know if the 2.0 alpha branch is good to start. I'd like to make sure I am using...

The Notification object should be optional when creating a Message object. Currently, it is not possible to send data only notifications. See https://firebase.google.com/docs/cloud-messaging/concept-options#data_messages

enhancement
help wanted
need feedback

RedisMap/Hash can return null if the field does not exist in the hash. Just need to change ```string``` to ```?string``` https://github.com/amphp/redis/blob/0b3f38d4f3cfd9d5c576d89d2002f82235c426a8/src/Command/RedisMap.php#L99 Redis Doc: https://redis.io/commands/hget/