amazonka
amazonka copied to clipboard
S3 CreateBucket fails if no LocationConstraint or BucketConfiguration is specified
Currently, when creating a new S3 Bucket via CreateBucket
, if no locaiton constraint or configuration is specified, then an empty XML element is sent. This results in a validation error, there should in fact be no PUT
body if no elements are specified.