github.com/aws/aws-sdk-go-v2/service/s3.PutObjectInput.SSECustomerKey (field)

4 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_PutObject.go#L301: 	SSECustomerKey *string
		serializers.go#L6988: 	if v.SSECustomerKey != nil && len(*v.SSECustomerKey) > 0 {
		serializers.go#L6990: 		encoder.SetHeader(locationName).String(*v.SSECustomerKey)