VSN-2813 / Fix S3 upload for driver absence supporting documents
This mr adds missing closing brace to @Value annotations and replace s3FileService.uploadElementToBucket(...) with direct amazonS3Client.putObject(bucketName, s3Key, inputStream, metadata) using explicit ObjectMetadata (Content-Type and Content-Length)