Graham Davison

Results 47 comments of Graham Davison

> I'll happily pick this up 👍 Thanks!

Thanks for the PR, @dzeromsk . Unfortunately, according to the AWS documentation on concurrency in the S3 data consistency model (https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html#ConsistencyModel), we are not able to rely on the read-after-write...

Hello all. According to the AWS documentation on concurrency in the S3 data consistency model (https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html#ConsistencyModel), we are not able to rely on the read-after-write consistency for locking. The documentation...

I can write it up. I have a hacked-up version already, but it only does HTTPS now 😂 The config should be easy enough. Design question: should each service potentially...

> is it possible to request the AWS provider provide better output on what parameters are invalid for the `InvalidParameterCombination` error? That is an error message from the AWS API,...

@aleksandar-babic, are you still seeing this error with updated versions of the provider?

Hi @Teeworks1. Since you haven't responded, I'm going to close this issue. If you're still having trouble, please open a new issue and complete the template

It looks like using a Lambda access point doesn't work at all: `TestAccS3Object_tagsViaObjectLambdaAccessPointARN` says > unable to initialize upload: manager does not support s3-object-lambda service ARNs We're also missing basic...

In the case of the S3 backend, the region is part of the identification of the S3 bucket and the DynamoDB table, if used. It is also used for authentication,...