github.com/aws/aws-sdk-go-v2/service/s3.PutObjectAclInput.GrantWriteACP (field)

4 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_PutObjectAcl.go#L251: 	GrantWriteACP *string
		serializers.go#L7145: 	if v.GrantWriteACP != nil && len(*v.GrantWriteACP) > 0 {
		serializers.go#L7147: 		encoder.SetHeader(locationName).String(*v.GrantWriteACP)