test: website - initial tests

This commit is contained in:
Luke McCrone
2026-07-31 14:04:12 -03:00
parent 029a002777
commit d038507e0d
14 changed files with 610 additions and 19 deletions
@@ -39,7 +39,7 @@ func NewCreateBucketCommand(s3Command *S3RequestBuilder, locationConstraint stri
if err != nil {
return nil, fmt.Errorf("error marshalling XML: %w", err)
}
s3Command.Config.Payload = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" + string(xmlData)
s3Command.Config.Payload = xml.Header + string(xmlData)
}
return command, nil
}