Sets the server side encryption method for the S3 Object to the value
            specified.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static void SetServerSideEncryption( S3Object s3Object, ServerSideEncryptionMethod method, AmazonS3 s3Client )
 Parameters
 Parameters- s3Object (S3Object)
- The S3 Object
- method (ServerSideEncryptionMethod)
- The server side encryption method
- s3Client (AmazonS3)
- The Amazon S3 Client to use for S3 specific operations.