Describe the bug
GetBucketVersioning should returns non-empty response, when attempting to get unset bucket versioning configuration
Sample response from AWS CLI:
{
"Status": ""
}
To Reproduce
// create a bucket
aws s3api create-bucket --bucket test
// get bucket versioning
aws s3api get-bucket-versioning --bucket test
Expected behavior
The action should response empty response.
Describe the bug GetBucketVersioning should returns non-empty response, when attempting to get unset bucket versioning configuration Sample response from AWS CLI:
To Reproduce
Expected behavior The action should response empty response.